/frameworks/base/core/java/android/ddm/ |
D | DdmHandleHello.java | 146 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()
|
D | DdmHandleThread.java | 161 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()
|
D | DdmHandleAppName.java | 98 out.putInt(appName.length()); in sendAPNM() 100 out.putInt(userId); in sendAPNM()
|
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
D | MarshalQueryableMeteringRectangle.java | 49 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()
|
D | MarshalQueryableStreamConfiguration.java | 46 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()
|
D | MarshalQueryableHighSpeedVideoConfiguration.java | 48 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()
|
D | MarshalQueryableRect.java | 42 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()
|
D | MarshalQueryableReprocessFormatsMap.java | 57 buffer.putInt(input); in marshal() 62 buffer.putInt(outputs.length); in marshal() 66 buffer.putInt(output); in marshal()
|
D | MarshalQueryableSize.java | 41 buffer.putInt(value.getWidth()); in marshal() 42 buffer.putInt(value.getHeight()); in marshal()
|
D | MarshalQueryablePrimitive.java | 107 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/ |
D | CdmaCellLocation.java | 212 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/ |
D | ActivityOptions.java | 751 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 …]
|
D | DatePickerDialog.java | 189 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/ |
D | ApplicationRestrictionsTest.java | 66 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/ |
D | ProcessList.java | 291 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/ |
D | GsmCellLocation.java | 142 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/ |
D | MediaRouteDescriptor.java | 362 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/ |
D | SignalStrength.java | 929 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 …]
|
D | ServiceState.java | 714 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/ |
D | DemoTestCase.java | 33 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/ |
D | DatePickerDialog.java | 178 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/ |
D | FileSynthesisCallback.java | 291 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/ |
D | WifiSettingsStore.java | 138 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/ |
D | ColorPickerDialog.java | 76 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/ |
D | PhoneFactory.java | 397 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()
|