Home
last modified time | relevance | path

Searched refs:putInt (Results 1 – 25 of 183) sorted by relevance

12345678

/frameworks/base/core/java/android/ddm/
DDdmHandleHello.java146 out.putInt(DdmServer.CLIENT_PROTOCOL_VERSION); in handleHELO()
147 out.putInt(android.os.Process.myPid()); in handleHELO()
148 out.putInt(vmIdent.length()); in handleHELO()
149 out.putInt(appName.length()); in handleHELO()
152 out.putInt(UserHandle.myUserId()); in handleHELO()
153 out.putInt(instructionSetDescription.length()); in handleHELO()
155 out.putInt(vmFlags.length()); in handleHELO()
189 out.putInt(vmFeatures.length + FRAMEWORK_FEATURES.length); in handleFEAT()
191 out.putInt(vmFeatures[i].length()); in handleFEAT()
195 out.putInt(FRAMEWORK_FEATURES[i].length()); in handleFEAT()
DDdmHandleThread.java161 out.putInt(0); in createStackChunk()
162 out.putInt(threadId); in createStackChunk()
163 out.putInt(trace.length); in createStackChunk()
165 out.putInt(elem.getClassName().length()); in createStackChunk()
167 out.putInt(elem.getMethodName().length()); in createStackChunk()
170 out.putInt(elem.getFileName().length()); in createStackChunk()
173 out.putInt(0); in createStackChunk()
175 out.putInt(elem.getLineNumber()); in createStackChunk()
DDdmHandleAppName.java98 out.putInt(appName.length()); in sendAPNM()
100 out.putInt(userId); in sendAPNM()
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryableMeteringRectangle.java49 buffer.putInt(xMin); in marshal()
50 buffer.putInt(yMin); in marshal()
51 buffer.putInt(xMax); in marshal()
52 buffer.putInt(yMax); in marshal()
53 buffer.putInt(weight); in marshal()
DMarshalQueryableStreamConfiguration.java46 buffer.putInt(value.getFormat()); in marshal()
47 buffer.putInt(value.getWidth()); in marshal()
48 buffer.putInt(value.getHeight()); in marshal()
49 buffer.putInt(value.isInput() ? 1 : 0); in marshal()
DMarshalQueryableHighSpeedVideoConfiguration.java48 buffer.putInt(value.getWidth()); in marshal()
49 buffer.putInt(value.getHeight()); in marshal()
50 buffer.putInt(value.getFpsMin()); in marshal()
51 buffer.putInt(value.getFpsMax()); in marshal()
DMarshalQueryableRect.java42 buffer.putInt(value.left); in marshal()
43 buffer.putInt(value.top); in marshal()
44 buffer.putInt(value.width()); in marshal()
45 buffer.putInt(value.height()); in marshal()
DMarshalQueryableReprocessFormatsMap.java57 buffer.putInt(input); in marshal()
62 buffer.putInt(outputs.length); in marshal()
66 buffer.putInt(output); in marshal()
DMarshalQueryableSize.java41 buffer.putInt(value.getWidth()); in marshal()
42 buffer.putInt(value.getHeight()); in marshal()
DMarshalQueryablePrimitive.java107 buffer.putInt(value); in marshalPrimitive()
123 buffer.putInt(value.getNumerator()); in marshalPrimitive()
124 buffer.putInt(value.getDenominator()); in marshalPrimitive()
/frameworks/base/telephony/java/android/telephony/cdma/
DCdmaCellLocation.java212 bundleToFill.putInt("baseStationId", this.mBaseStationId); in fillInNotifierBundle()
213 bundleToFill.putInt("baseStationLatitude", this.mBaseStationLatitude); in fillInNotifierBundle()
214 bundleToFill.putInt("baseStationLongitude", this.mBaseStationLongitude); in fillInNotifierBundle()
215 bundleToFill.putInt("systemId", this.mSystemId); in fillInNotifierBundle()
216 bundleToFill.putInt("networkId", this.mNetworkId); in fillInNotifierBundle()
/frameworks/base/core/java/android/app/
DActivityOptions.java751 b.putInt(KEY_ANIM_TYPE, mAnimationType); in toBundle()
754 b.putInt(KEY_ANIM_ENTER_RES_ID, mCustomEnterResId); in toBundle()
755 b.putInt(KEY_ANIM_EXIT_RES_ID, mCustomExitResId); in toBundle()
760 b.putInt(KEY_ANIM_START_X, mStartX); in toBundle()
761 b.putInt(KEY_ANIM_START_Y, mStartY); in toBundle()
762 b.putInt(KEY_ANIM_WIDTH, mWidth); in toBundle()
763 b.putInt(KEY_ANIM_HEIGHT, mHeight); in toBundle()
770 b.putInt(KEY_ANIM_START_X, mStartX); in toBundle()
771 b.putInt(KEY_ANIM_START_Y, mStartY); in toBundle()
772 b.putInt(KEY_ANIM_WIDTH, mWidth); in toBundle()
[all …]
DDatePickerDialog.java189 state.putInt(YEAR, mDatePicker.getYear()); in onSaveInstanceState()
190 state.putInt(MONTH, mDatePicker.getMonth()); in onSaveInstanceState()
191 state.putInt(DAY, mDatePicker.getDayOfMonth()); in onSaveInstanceState()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DApplicationRestrictionsTest.java66 Settings.Secure.putInt(context.getContentResolver(), in setUp()
69 Settings.Secure.putInt(context.getContentResolver(), in setUp()
83 Settings.Secure.putInt(getContext().getContentResolver(), in tearDown()
86 Settings.Secure.putInt(getContext().getContentResolver(), in tearDown()
107 restrictions.putInt("KEY_INT", 7); in testRestrictionTypes()
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java291 buf.putInt(LMK_TARGET); in updateOomLevels()
293 buf.putInt((mOomMinFree[i]*1024)/PAGE_SIZE); in updateOomLevels()
294 buf.putInt(mOomAdj[i]); in updateOomLevels()
549 buf.putInt(LMK_PROCPRIO); in setOomAdj()
550 buf.putInt(pid); in setOomAdj()
551 buf.putInt(uid); in setOomAdj()
552 buf.putInt(amt); in setOomAdj()
566 buf.putInt(LMK_PROCREMOVE); in remove()
567 buf.putInt(pid); in remove()
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java142 m.putInt("lac", mLac); in fillInNotifierBundle()
143 m.putInt("cid", mCid); in fillInNotifierBundle()
144 m.putInt("psc", mPsc); in fillInNotifierBundle()
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouteDescriptor.java362 mBundle.putInt(KEY_PLAYBACK_TYPE, playbackType); in setPlaybackType()
370 mBundle.putInt(KEY_PLAYBACK_STREAM, playbackStream); in setPlaybackStream()
378 mBundle.putInt(KEY_VOLUME, volume); in setVolume()
386 mBundle.putInt(KEY_VOLUME_MAX, volumeMax); in setVolumeMax()
394 mBundle.putInt(KEY_VOLUME_HANDLING, volumeHandling); in setVolumeHandling()
402 mBundle.putInt(KEY_PRESENTATION_DISPLAY_ID, presentationDisplayId); in setPresentationDisplayId()
/frameworks/base/telephony/java/android/telephony/
DSignalStrength.java929 m.putInt("GsmSignalStrength", mGsmSignalStrength); in fillInNotifierBundle()
930 m.putInt("GsmBitErrorRate", mGsmBitErrorRate); in fillInNotifierBundle()
931 m.putInt("CdmaDbm", mCdmaDbm); in fillInNotifierBundle()
932 m.putInt("CdmaEcio", mCdmaEcio); in fillInNotifierBundle()
933 m.putInt("EvdoDbm", mEvdoDbm); in fillInNotifierBundle()
934 m.putInt("EvdoEcio", mEvdoEcio); in fillInNotifierBundle()
935 m.putInt("EvdoSnr", mEvdoSnr); in fillInNotifierBundle()
936 m.putInt("LteSignalStrength", mLteSignalStrength); in fillInNotifierBundle()
937 m.putInt("LteRsrp", mLteRsrp); in fillInNotifierBundle()
938 m.putInt("LteRsrq", mLteRsrq); in fillInNotifierBundle()
[all …]
DServiceState.java714 m.putInt("voiceRegState", mVoiceRegState); in fillInNotifierBundle()
715 m.putInt("dataRegState", mDataRegState); in fillInNotifierBundle()
721 m.putInt("radioTechnology", mRilVoiceRadioTechnology); in fillInNotifierBundle()
722 m.putInt("dataRadioTechnology", mRilDataRadioTechnology); in fillInNotifierBundle()
724 m.putInt("networkId", mNetworkId); in fillInNotifierBundle()
725 m.putInt("systemId", mSystemId); in fillInNotifierBundle()
726 m.putInt("cdmaRoamingIndicator", mCdmaRoamingIndicator); in fillInNotifierBundle()
727 m.putInt("cdmaDefaultRoamingIndicator", mCdmaDefaultRoamingIndicator); in fillInNotifierBundle()
/frameworks/testing/uiautomator/samples/SkeletonTest/src/com/android/uiautomator/samples/skeleton/
DDemoTestCase.java33 status.putInt("dp-width", p.x); in testDemo()
34 status.putInt("dp-height", p.y); in testDemo()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DDatePickerDialog.java178 outState.putInt(KEY_SELECTED_YEAR, mCalendar.get(Calendar.YEAR)); in onSaveInstanceState()
179 outState.putInt(KEY_SELECTED_MONTH, mCalendar.get(Calendar.MONTH)); in onSaveInstanceState()
180 outState.putInt(KEY_SELECTED_DAY, mCalendar.get(Calendar.DAY_OF_MONTH)); in onSaveInstanceState()
181 outState.putInt(KEY_WEEK_START, mWeekStart); in onSaveInstanceState()
182 outState.putInt(KEY_YEAR_START, mMinYear); in onSaveInstanceState()
183 outState.putInt(KEY_YEAR_END, mMaxYear); in onSaveInstanceState()
184 outState.putInt(KEY_CURRENT_VIEW, mCurrentView); in onSaveInstanceState()
190 outState.putInt(KEY_LIST_POSITION_OFFSET, mYearPickerView.getFirstPositionOffset()); in onSaveInstanceState()
192 outState.putInt(KEY_LIST_POSITION, listPosition); in onSaveInstanceState()
/frameworks/base/core/java/android/speech/tts/
DFileSynthesisCallback.java291 header.putInt(dataLength + WAV_HEADER_LENGTH - 8); // RIFF chunk size in makeWavHeader()
294 header.putInt(16); // size of fmt chunk in makeWavHeader()
297 header.putInt(sampleRateInHz); in makeWavHeader()
298 header.putInt(byteRate); in makeWavHeader()
302 header.putInt(dataLength); in makeWavHeader()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiSettingsStore.java138 Settings.Global.putInt(cr, Settings.Global.WIFI_ON, state); in persistWifiState()
170 Settings.Global.putInt(cr, Settings.Global.WIFI_SAVED_STATE, 0); in testAndClearWifiSavedState()
182 Settings.Global.putInt(cr, Settings.Global.WIFI_ON, WIFI_DISABLED); in getPersistedWifiState()
/frameworks/opt/colorpicker/src/com/android/colorpicker/
DColorPickerDialog.java76 bundle.putInt(KEY_TITLE_ID, titleResId); in setArguments()
77 bundle.putInt(KEY_COLUMNS, columns); in setArguments()
78 bundle.putInt(KEY_SIZE, size); in setArguments()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneFactory.java397 Settings.Global.putInt(sContext.getContentResolver(), in setPromptEnabled()
421 Settings.Global.putInt(sContext.getContentResolver(), in setSMSPromptEnabled()
468 Settings.Global.putInt(sContext.getContentResolver(), in setVoiceSubscription()
483 Settings.Global.putInt(sContext.getContentResolver(), in setDataSubscription()
490 Settings.Global.putInt(sContext.getContentResolver(), in setDataSubscription()
496 Settings.Global.putInt(sContext.getContentResolver(), in setSMSSubscription()

12345678