Home
last modified time | relevance | path

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

12345678910>>...14

/frameworks/base/telephony/java/android/telephony/
DCarrierConfigManager.java1606 sDefaults.putInt(KEY_CARRIER_DEFAULT_WFC_IMS_MODE_INT, 2); in sDefaults.putInt()
1607 sDefaults.putInt(KEY_CARRIER_DEFAULT_WFC_IMS_ROAMING_MODE_INT, 2); in sDefaults.putInt()
1619 sDefaults.putInt(KEY_CARRIER_INSTANT_LETTERING_LENGTH_LIMIT_INT, 64); in sDefaults.putInt()
1648 sDefaults.putInt(KEY_VOLTE_REPLACEMENT_RAT_INT, 0); in sDefaults.putInt()
1651 sDefaults.putInt(KEY_VVM_PORT_NUMBER_INT, 0); in sDefaults.putInt()
1684 sDefaults.putInt(KEY_DURATION_BLOCKING_DISABLED_AFTER_EMERGENCY_INT, 7200); in sDefaults.putInt()
1709 sDefaults.putInt(KEY_GSM_DTMF_TONE_DELAY_INT, 0); in sDefaults.putInt()
1710 sDefaults.putInt(KEY_IMS_DTMF_TONE_DELAY_INT, 0); in sDefaults.putInt()
1711 sDefaults.putInt(KEY_CDMA_DTMF_TONE_DELAY_INT, 100); in sDefaults.putInt()
1713 sDefaults.putInt(KEY_CDMA_3WAYCALL_FLASH_DELAY_INT , 0); in sDefaults.putInt()
[all …]
DSignalStrength.java1083 m.putInt("GsmSignalStrength", mGsmSignalStrength); in fillInNotifierBundle()
1084 m.putInt("GsmBitErrorRate", mGsmBitErrorRate); in fillInNotifierBundle()
1085 m.putInt("CdmaDbm", mCdmaDbm); in fillInNotifierBundle()
1086 m.putInt("CdmaEcio", mCdmaEcio); in fillInNotifierBundle()
1087 m.putInt("EvdoDbm", mEvdoDbm); in fillInNotifierBundle()
1088 m.putInt("EvdoEcio", mEvdoEcio); in fillInNotifierBundle()
1089 m.putInt("EvdoSnr", mEvdoSnr); in fillInNotifierBundle()
1090 m.putInt("LteSignalStrength", mLteSignalStrength); in fillInNotifierBundle()
1091 m.putInt("LteRsrp", mLteRsrp); in fillInNotifierBundle()
1092 m.putInt("LteRsrq", mLteRsrq); in fillInNotifierBundle()
[all …]
DServiceState.java1061 m.putInt("voiceRegState", mVoiceRegState); in fillInNotifierBundle()
1062 m.putInt("dataRegState", mDataRegState); in fillInNotifierBundle()
1063 m.putInt("voiceRoamingType", mVoiceRoamingType); in fillInNotifierBundle()
1064 m.putInt("dataRoamingType", mDataRoamingType); in fillInNotifierBundle()
1072 m.putInt("radioTechnology", mRilVoiceRadioTechnology); in fillInNotifierBundle()
1073 m.putInt("dataRadioTechnology", mRilDataRadioTechnology); in fillInNotifierBundle()
1075 m.putInt("networkId", mNetworkId); in fillInNotifierBundle()
1076 m.putInt("systemId", mSystemId); in fillInNotifierBundle()
1077 m.putInt("cdmaRoamingIndicator", mCdmaRoamingIndicator); in fillInNotifierBundle()
1078 m.putInt("cdmaDefaultRoamingIndicator", mCdmaDefaultRoamingIndicator); in fillInNotifierBundle()
[all …]
/frameworks/base/core/java/android/ddm/
DDdmHandleHello.java148 out.putInt(DdmServer.CLIENT_PROTOCOL_VERSION); in handleHELO()
149 out.putInt(android.os.Process.myPid()); in handleHELO()
150 out.putInt(vmIdent.length()); in handleHELO()
151 out.putInt(appName.length()); in handleHELO()
154 out.putInt(UserHandle.myUserId()); in handleHELO()
155 out.putInt(instructionSetDescription.length()); in handleHELO()
157 out.putInt(vmFlags.length()); in handleHELO()
192 out.putInt(vmFeatures.length + FRAMEWORK_FEATURES.length); in handleFEAT()
194 out.putInt(vmFeatures[i].length()); in handleFEAT()
198 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()
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
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()
52 buffer.putInt(value.getBatchSizeMax()); in marshal()
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()
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()
/frameworks/base/telephony/java/android/telephony/cdma/
DCdmaCellLocation.java213 bundleToFill.putInt("baseStationId", this.mBaseStationId); in fillInNotifierBundle()
214 bundleToFill.putInt("baseStationLatitude", this.mBaseStationLatitude); in fillInNotifierBundle()
215 bundleToFill.putInt("baseStationLongitude", this.mBaseStationLongitude); in fillInNotifierBundle()
216 bundleToFill.putInt("systemId", this.mSystemId); in fillInNotifierBundle()
217 bundleToFill.putInt("networkId", this.mNetworkId); in fillInNotifierBundle()
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouteDescriptor.java529 mBundle.putInt(KEY_CONNECTION_STATE, connectionState); in setConnectionState()
591 mBundle.putInt(KEY_PLAYBACK_TYPE, playbackType); in setPlaybackType()
599 mBundle.putInt(KEY_PLAYBACK_STREAM, playbackStream); in setPlaybackStream()
611 mBundle.putInt(KEY_DEVICE_TYPE, deviceType); in setDeviceType()
619 mBundle.putInt(KEY_VOLUME, volume); in setVolume()
627 mBundle.putInt(KEY_VOLUME_MAX, volumeMax); in setVolumeMax()
639 mBundle.putInt(KEY_VOLUME_HANDLING, volumeHandling); in setVolumeHandling()
647 mBundle.putInt(KEY_PRESENTATION_DISPLAY_ID, presentationDisplayId); in setPresentationDisplayId()
668 mBundle.putInt(KEY_MIN_CLIENT_VERSION, minVersion); in setMinClientVersion()
679 mBundle.putInt(KEY_MAX_CLIENT_VERSION, maxVersion); in setMaxClientVersion()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/
DWizardManagerHelperTest.java299 Settings.Secure.putInt(application.getContentResolver(), Global.DEVICE_PROVISIONED, 1); in testIsUserSetupComplete()
300 Settings.Secure.putInt(application.getContentResolver(), "user_setup_complete", 1); in testIsUserSetupComplete()
303 Settings.Secure.putInt(application.getContentResolver(), "user_setup_complete", 0); in testIsUserSetupComplete()
310 Settings.Secure.putInt(application.getContentResolver(), Secure.DEVICE_PROVISIONED, 1); in testIsUserSetupCompleteCompat()
313 Settings.Secure.putInt(application.getContentResolver(), Secure.DEVICE_PROVISIONED, 0); in testIsUserSetupCompleteCompat()
320 Settings.Secure.putInt(application.getContentResolver(), Global.DEVICE_PROVISIONED, 1); in testIsDeviceProvisioned()
322 Settings.Secure.putInt(application.getContentResolver(), Global.DEVICE_PROVISIONED, 0); in testIsDeviceProvisioned()
329 Settings.Secure.putInt(application.getContentResolver(), Secure.DEVICE_PROVISIONED, 1); in testIsDeviceProvisionedCompat()
331 Settings.Secure.putInt(application.getContentResolver(), Secure.DEVICE_PROVISIONED, 0); in testIsDeviceProvisionedCompat()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DCapabilities.java48 bundle.putInt(Characteristics.KEY_MAX_SERVICE_NAME_LENGTH, maxServiceNameLen); in toPublicCharacteristics()
49 bundle.putInt(Characteristics.KEY_MAX_SERVICE_SPECIFIC_INFO_LENGTH, in toPublicCharacteristics()
51 bundle.putInt(Characteristics.KEY_MAX_MATCH_FILTER_LENGTH, maxMatchFilterLen); in toPublicCharacteristics()
/frameworks/support/content/src/android/support/content/
DContentPager.java427 extras.putInt(EXTRA_REQUESTED_LIMIT, query.getLimit()); in processProviderPagedCursor()
428 extras.putInt(EXTRA_SUGGESTED_LIMIT, (int) (windowSize * .85)); in processProviderPagedCursor()
498 extras.putInt(CURSOR_DISPOSITION, cursorDisposition); in buildExtras()
500 extras.putInt(EXTRA_TOTAL_COUNT, recordCount); in buildExtras()
528 args.putInt(ContentPager.QUERY_ARG_OFFSET, offset); in createArgs()
529 args.putInt(ContentPager.QUERY_ARG_LIMIT, limit); in createArgs()
701 bundle.putInt(EXTRA_TOTAL_QUERIES, mTotalQueries); in includeStats()
702 bundle.putInt(EXTRA_RESOLVED_QUERIES, mResolvedQueries); in includeStats()
703 bundle.putInt(EXTRA_COMPAT_PAGED, mCompatPaged); in includeStats()
704 bundle.putInt(EXTRA_PROVIDER_PAGED, mProviderPaged); in includeStats()
/frameworks/base/core/java/android/app/
DActivityOptions.java1240 b.putInt(KEY_ANIM_TYPE, mAnimationType); in toBundle()
1246 b.putInt(KEY_ANIM_ENTER_RES_ID, mCustomEnterResId); in toBundle()
1247 b.putInt(KEY_ANIM_EXIT_RES_ID, mCustomExitResId); in toBundle()
1252 b.putInt(KEY_ANIM_IN_PLACE_RES_ID, mCustomInPlaceResId); in toBundle()
1256 b.putInt(KEY_ANIM_START_X, mStartX); in toBundle()
1257 b.putInt(KEY_ANIM_START_Y, mStartY); in toBundle()
1258 b.putInt(KEY_ANIM_WIDTH, mWidth); in toBundle()
1259 b.putInt(KEY_ANIM_HEIGHT, mHeight); in toBundle()
1275 b.putInt(KEY_ANIM_START_X, mStartX); in toBundle()
1276 b.putInt(KEY_ANIM_START_Y, mStartY); in toBundle()
[all …]
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java143 m.putInt("lac", mLac); in fillInNotifierBundle()
144 m.putInt("cid", mCid); in fillInNotifierBundle()
145 m.putInt("psc", mPsc); in fillInNotifierBundle()
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java290 buf.putInt(LMK_TARGET); in updateOomLevels()
292 buf.putInt((mOomMinFree[i]*1024)/PAGE_SIZE); in updateOomLevels()
293 buf.putInt(mOomAdj[i]); in updateOomLevels()
636 buf.putInt(LMK_PROCPRIO); in setOomAdj()
637 buf.putInt(pid); in setOomAdj()
638 buf.putInt(uid); in setOomAdj()
639 buf.putInt(amt); in setOomAdj()
653 buf.putInt(LMK_PROCREMOVE); in remove()
654 buf.putInt(pid); in remove()
/frameworks/base/services/backup/java/com/android/server/backup/utils/
DBackupManagerMonitorUtils.java52 bundle.putInt(BackupManagerMonitor.EXTRA_LOG_EVENT_ID, id); in monitorEvent()
53 bundle.putInt(BackupManagerMonitor.EXTRA_LOG_EVENT_CATEGORY, category); in monitorEvent()
57 bundle.putInt(BackupManagerMonitor.EXTRA_LOG_EVENT_PACKAGE_VERSION, in monitorEvent()
/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/services/net/java/android/net/ip/
DRouterAdvertisementDaemon.java379 .putInt(0) in putHeader()
380 .putInt(0); in putHeader()
423 .putInt(0); in putExpandedFlagsOption()
443 .putInt((mtu < IPV6_MIN_MTU) ? IPV6_MIN_MTU : mtu); in putMtu()
487 .putInt(validTime)
488 .putInt(preferredTime)
489 .putInt(0)
522 .putInt(DEFAULT_LIFETIME);
560 .putInt(lifetime);
/frameworks/base/services/net/java/android/net/netlink/
DStructNlMsgHdr.java119 byteBuffer.putInt(nlmsg_len); in pack()
122 byteBuffer.putInt(nlmsg_seq); in pack()
123 byteBuffer.putInt(nlmsg_pid); in pack()
/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
DAccessibilityShortcutControllerTest.java277 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0); in testOnAccessibilityShortcut_firstTime_showsWarningDialog()
294 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0); in testOnAccessibilityShortcut_withDialogShowing_callsServer()
310 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0); in testOnAccessibilityShortcut_ifCanceledFirstTime_showsWarningDialog()
326 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0); in testClickingDisableButtonInDialog_shouldClearShortcutId()
343 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0); in testClickingLeaveOnButtonInDialog_shouldLeaveShortcutReady()
364 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 1); in testOnAccessibilityShortcut_afterDialogShown_shouldCallServer()
406 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_ENABLED, enabled ? 1 : 0); in configureShortcutEnabled()
407 Settings.Secure.putInt( in configureShortcutEnabled()
/frameworks/base/core/java/android/speech/tts/
DFileSynthesisCallback.java296 header.putInt(dataLength + WAV_HEADER_LENGTH - 8); // RIFF chunk size in makeWavHeader()
299 header.putInt(16); // size of fmt chunk in makeWavHeader()
302 header.putInt(sampleRateInHz); in makeWavHeader()
303 header.putInt(byteRate); in makeWavHeader()
307 header.putInt(dataLength); in makeWavHeader()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java197 syncExtrasBundle.putInt(key, (Integer) value); in toJobInfoExtras()
219 jobInfoExtras.putInt("userId", target.userId); in toJobInfoExtras()
220 jobInfoExtras.putInt("owningUid", owningUid); in toJobInfoExtras()
222 jobInfoExtras.putInt("reason", reason); in toJobInfoExtras()
223 jobInfoExtras.putInt("source", syncSource); in toJobInfoExtras()
225 jobInfoExtras.putInt("jobId", jobId); in toJobInfoExtras()
227 jobInfoExtras.putInt("sourcePeriodicId", sourcePeriodicId); in toJobInfoExtras()
231 jobInfoExtras.putInt("retries", retries); in toJobInfoExtras()

12345678910>>...14