Searched refs:putInt (Results 1 - 25 of 170) sorted by relevance

1234567

/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableHighSpeedVideoConfiguration.java48 buffer.putInt(value.getWidth());
49 buffer.putInt(value.getHeight());
50 buffer.putInt(value.getFpsMin());
51 buffer.putInt(value.getFpsMax());
H A DMarshalQueryableRect.java42 buffer.putInt(value.left);
43 buffer.putInt(value.top);
44 buffer.putInt(value.width());
45 buffer.putInt(value.height());
H A DMarshalQueryableStreamConfiguration.java46 buffer.putInt(value.getFormat());
47 buffer.putInt(value.getWidth());
48 buffer.putInt(value.getHeight());
49 buffer.putInt(value.isInput() ? 1 : 0);
H A DMarshalQueryableMeteringRectangle.java49 buffer.putInt(xMin);
50 buffer.putInt(yMin);
51 buffer.putInt(xMax);
52 buffer.putInt(yMax);
53 buffer.putInt(weight);
H A DMarshalQueryableReprocessFormatsMap.java57 buffer.putInt(input);
62 buffer.putInt(outputs.length);
66 buffer.putInt(output);
H A DMarshalQueryableSize.java41 buffer.putInt(value.getWidth());
42 buffer.putInt(value.getHeight());
/frameworks/base/core/tests/coretests/src/android/app/
H A DInstrumentationTest.java31 bundle.putInt("iterations", i);
/frameworks/base/core/java/android/ddm/
H A DDdmHandleHello.java146 out.putInt(DdmServer.CLIENT_PROTOCOL_VERSION);
147 out.putInt(android.os.Process.myPid());
148 out.putInt(vmIdent.length());
149 out.putInt(appName.length());
152 out.putInt(UserHandle.myUserId());
153 out.putInt(instructionSetDescription.length());
155 out.putInt(vmFlags.length());
189 out.putInt(vmFeatures.length + FRAMEWORK_FEATURES.length);
191 out.putInt(vmFeatures[i].length());
195 out.putInt(FRAMEWORK_FEATURE
[all...]
H A DDdmHandleThread.java161 out.putInt(0);
162 out.putInt(threadId);
163 out.putInt(trace.length);
165 out.putInt(elem.getClassName().length());
167 out.putInt(elem.getMethodName().length());
170 out.putInt(elem.getFileName().length());
173 out.putInt(0);
175 out.putInt(elem.getLineNumber());
H A DDdmHandleAppName.java98 out.putInt(appName.length());
100 out.putInt(userId);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DSingleUserReceiver.java30 res.putInt("user", UserHandle.myUserId());
H A DUserTarget.java32 res.putInt("user", UserHandle.myUserId());
/frameworks/base/telephony/java/android/telephony/gsm/
H A DGsmCellLocation.java142 m.putInt("lac", mLac);
143 m.putInt("cid", mCid);
144 m.putInt("psc", mPsc);
/frameworks/base/telephony/java/android/telephony/cdma/
H A DCdmaCellLocation.java212 bundleToFill.putInt("baseStationId", this.mBaseStationId);
213 bundleToFill.putInt("baseStationLatitude", this.mBaseStationLatitude);
214 bundleToFill.putInt("baseStationLongitude", this.mBaseStationLongitude);
215 bundleToFill.putInt("systemId", this.mSystemId);
216 bundleToFill.putInt("networkId", this.mNetworkId);
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportPrefs.java43 prefs.edit().putInt(KEY_WARNING_STATE, value).apply();
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DApplicationRestrictionsTest.java66 Settings.Secure.putInt(context.getContentResolver(),
69 Settings.Secure.putInt(context.getContentResolver(),
83 Settings.Secure.putInt(getContext().getContentResolver(),
86 Settings.Secure.putInt(getContext().getContentResolver(),
107 restrictions.putInt("KEY_INT", 7);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiSettingsStore.java138 Settings.Global.putInt(cr, Settings.Global.WIFI_ON, state);
170 Settings.Global.putInt(cr, Settings.Global.WIFI_SAVED_STATE, 0);
182 Settings.Global.putInt(cr, Settings.Global.WIFI_ON, WIFI_DISABLED);
/frameworks/base/core/tests/coretests/src/android/os/
H A DBrightnessLimit.java57 Settings.System.putInt(getContentResolver(), Settings.System.SCREEN_BRIGHTNESS, 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DGlobalSetting.java44 Global.putInt(mContext.getContentResolver(), mSettingName, value);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DOrderedDataOutputStream.java46 mByteBuffer.putInt(value);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteDescriptor.java403 mBundle.putInt(KEY_PLAYBACK_TYPE, playbackType);
411 mBundle.putInt(KEY_PLAYBACK_STREAM, playbackStream);
419 mBundle.putInt(KEY_VOLUME, volume);
427 mBundle.putInt(KEY_VOLUME_MAX, volumeMax);
435 mBundle.putInt(KEY_VOLUME_HANDLING, volumeHandling);
443 mBundle.putInt(KEY_PRESENTATION_DISPLAY_ID, presentationDisplayId);
/frameworks/base/core/java/android/app/
H A DActivityOptions.java800 b.putInt(KEY_ANIM_TYPE, mAnimationType);
803 b.putInt(KEY_ANIM_ENTER_RES_ID, mCustomEnterResId);
804 b.putInt(KEY_ANIM_EXIT_RES_ID, mCustomExitResId);
809 b.putInt(KEY_ANIM_IN_PLACE_RES_ID, mCustomInPlaceResId);
812 b.putInt(KEY_ANIM_START_X, mStartX);
813 b.putInt(KEY_ANIM_START_Y, mStartY);
814 b.putInt(KEY_ANIM_WIDTH, mWidth);
815 b.putInt(KEY_ANIM_HEIGHT, mHeight);
822 b.putInt(KEY_ANIM_START_X, mStartX);
823 b.putInt(KEY_ANIM_START_
[all...]
H A DDatePickerDialog.java189 state.putInt(YEAR, mDatePicker.getYear());
190 state.putInt(MONTH, mDatePicker.getMonth());
191 state.putInt(DAY, mDatePicker.getDayOfMonth());
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java292 buf.putInt(LMK_TARGET);
294 buf.putInt((mOomMinFree[i]*1024)/PAGE_SIZE);
295 buf.putInt(mOomAdj[i]);
606 buf.putInt(LMK_PROCPRIO);
607 buf.putInt(pid);
608 buf.putInt(uid);
609 buf.putInt(amt);
623 buf.putInt(LMK_PROCREMOVE);
624 buf.putInt(pid);
/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java291 header.putInt(dataLength + WAV_HEADER_LENGTH - 8); // RIFF chunk size
294 header.putInt(16); // size of fmt chunk
297 header.putInt(sampleRateInHz);
298 header.putInt(byteRate);
302 header.putInt(dataLength);

Completed in 374 milliseconds

1234567