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

12345678

/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
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 DMarshalQueryableHighSpeedVideoConfiguration.java48 buffer.putInt(value.getWidth());
49 buffer.putInt(value.getHeight());
50 buffer.putInt(value.getFpsMin());
51 buffer.putInt(value.getFpsMax());
52 buffer.putInt(value.getBatchSizeMax());
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/telephony/java/android/telephony/
H A DCarrierConfigManager.java416 sDefaults.putInt(KEY_VOLTE_REPLACEMENT_RAT_INT, 0);
419 sDefaults.putInt(KEY_VVM_PORT_NUMBER_INT, 0);
449 sDefaults.putInt(KEY_MMS_ALIAS_MAX_CHARS_INT, 48);
450 sDefaults.putInt(KEY_MMS_ALIAS_MIN_CHARS_INT, 2);
451 sDefaults.putInt(KEY_MMS_HTTP_SOCKET_TIMEOUT_INT, 60 * 1000);
452 sDefaults.putInt(KEY_MMS_MAX_IMAGE_HEIGHT_INT, 480);
453 sDefaults.putInt(KEY_MMS_MAX_IMAGE_WIDTH_INT, 640);
454 sDefaults.putInt(KEY_MMS_MAX_MESSAGE_SIZE_INT, 300 * 1024);
455 sDefaults.putInt(KEY_MMS_MESSAGE_TEXT_MAX_SIZE_INT, -1);
456 sDefaults.putInt(KEY_MMS_RECIPIENT_LIMIT_IN
[all...]
/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/base/core/java/android/net/netlink/
H A DStructNlMsgHdr.java119 byteBuffer.putInt(nlmsg_len);
122 byteBuffer.putInt(nlmsg_seq);
123 byteBuffer.putInt(nlmsg_pid);
H A DStructNlMsgErr.java59 byteBuffer.putInt(error);
/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.java870 b.putInt(KEY_ANIM_TYPE, mAnimationType);
876 b.putInt(KEY_ANIM_ENTER_RES_ID, mCustomEnterResId);
877 b.putInt(KEY_ANIM_EXIT_RES_ID, mCustomExitResId);
882 b.putInt(KEY_ANIM_IN_PLACE_RES_ID, mCustomInPlaceResId);
886 b.putInt(KEY_ANIM_START_X, mStartX);
887 b.putInt(KEY_ANIM_START_Y, mStartY);
888 b.putInt(KEY_ANIM_WIDTH, mWidth);
889 b.putInt(KEY_ANIM_HEIGHT, mHeight);
896 b.putInt(KEY_ANIM_START_X, mStartX);
897 b.putInt(KEY_ANIM_START_
[all...]

Completed in 606 milliseconds

12345678