/packages/apps/Settings/src/com/android/settings/ |
D | ApplicationSettings.java | 88 Settings.System.putInt(getContentResolver(), in handleUpdateAppInstallLocation() 91 Settings.System.putInt(getContentResolver(), in handleUpdateAppInstallLocation() 94 Settings.System.putInt(getContentResolver(), in handleUpdateAppInstallLocation() 98 Settings.System.putInt(getContentResolver(), in handleUpdateAppInstallLocation() 135 Settings.Secure.putInt(getContentResolver(), Settings.Secure.INSTALL_NON_MARKET_APPS, in setNonMarketAppsAllowed()
|
D | DevelopmentSettings.java | 94 Settings.Secure.putInt(getContentResolver(), Settings.Secure.ADB_ENABLED, 0); in onPreferenceTreeClick() 97 Settings.System.putInt(getContentResolver(), Settings.System.STAY_ON_WHILE_PLUGGED_IN, in onPreferenceTreeClick() 101 Settings.Secure.putInt(getContentResolver(), Settings.Secure.ALLOW_MOCK_LOCATION, in onPreferenceTreeClick() 117 Settings.Secure.putInt(getContentResolver(), Settings.Secure.ADB_ENABLED, 1); in onClick()
|
D | SoundSettings.java | 229 Settings.System.putInt(getContentResolver(), in setPhoneVibrateSettingValue() 291 Settings.System.putInt(getContentResolver(), Settings.System.DTMF_TONE_WHEN_DIALING, in onPreferenceTreeClick() 300 Settings.System.putInt(getContentResolver(), Settings.System.SOUND_EFFECTS_ENABLED, in onPreferenceTreeClick() 304 Settings.System.putInt(getContentResolver(), Settings.System.HAPTIC_FEEDBACK_ENABLED, in onPreferenceTreeClick() 308 Settings.System.putInt(getContentResolver(), Settings.System.LOCKSCREEN_SOUNDS_ENABLED, in onPreferenceTreeClick() 313 Settings.System.putInt(getContentResolver(), in onPreferenceTreeClick() 325 Settings.System.putInt(getContentResolver(), in onPreferenceChange()
|
D | AccessibilitySettings.java | 131 Settings.Secure.putInt(getContentResolver(), in onResume() 194 Settings.Secure.putInt(getContentResolver(), in onPreferenceTreeClick() 212 Settings.Secure.putInt(getContentResolver(), in handleEnableAccessibilityStateChange() 225 Settings.Secure.putInt(getContentResolver(), in handleEnableAccessibilityStateChange()
|
D | BrightnessPreference.java | 117 Settings.System.putInt(getContext().getContentResolver(), in onDialogClosed() 148 Settings.System.putInt(getContext().getContentResolver(), in setMode()
|
/packages/apps/Phone/src/com/android/phone/ |
D | CdmaSystemSelectListPreference.java | 85 Secure.putInt(mPhone.getContext().getContentResolver(), in onDialogClosed() 131 Secure.putInt( in handleQueryCdmaRoamingPreference() 151 Secure.putInt(mPhone.getContext().getContentResolver(), in handleSetCdmaRoamingPreference() 163 Secure.putInt(mPhone.getContext().getContentResolver(), in resetCdmaRoamingModeToDefault()
|
D | Settings.java | 292 android.provider.Settings.Secure.putInt(mPhone.getContext().getContentResolver(), in onPreferenceChange() 372 android.provider.Settings.Secure.putInt( in handleGetPreferredNetworkTypeResponse() 394 android.provider.Settings.Secure.putInt(mPhone.getContext().getContentResolver(), in handleSetPreferredNetworkTypeResponse() 406 android.provider.Settings.Secure.putInt(mPhone.getContext().getContentResolver(), in resetNetworkModeToDefault()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/ |
D | FieldContext.java | 70 bundle.putInt(FIELD_ID, info.fieldId); in addEditorInfoToBundle() 72 bundle.putInt(INPUT_TYPE, info.inputType); in addEditorInfoToBundle() 73 bundle.putInt(IME_OPTIONS, info.imeOptions); in addEditorInfoToBundle()
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | TransactionBundle.java | 77 mBundle.putInt(TRANSACTION_TYPE, transactionType); in TransactionBundle() 109 mBundle.putInt(PROXY_PORT, proxyPort); in setConnectionSettings()
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkCmdReceiver.java | 45 args.putInt(StkAppService.OPCODE, StkAppService.OP_CMD); in handleCommandMessage() 54 args.putInt(StkAppService.OPCODE, StkAppService.OP_END_SESSION); in handleSessionEnd()
|
D | StkMenuActivity.java | 239 outState.putInt("STATE", mState); in onSaveInstanceState() 326 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE); in sendResponse() 327 args.putInt(StkAppService.RES_ID, resId); in sendResponse() 328 args.putInt(StkAppService.MENU_SELECTION, itemId); in sendResponse()
|
D | ToneDialog.java | 129 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE); in sendResponse() 130 args.putInt(StkAppService.RES_ID, resId); in sendResponse()
|
D | StkLauncherActivity.java | 34 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP); in onCreate()
|
D | BootCompletedReceiver.java | 37 args.putInt(StkAppService.OPCODE, StkAppService.OP_BOOT_COMPLETED); in onReceive()
|
D | StkDialogActivity.java | 156 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE); in sendResponse() 157 args.putInt(StkAppService.RES_ID, resId); in sendResponse()
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | EditSlideDurationActivity.java | 106 mState.putInt(SLIDE_INDEX, mCurSlide); in onSaveInstanceState() 107 mState.putInt(SLIDE_TOTAL, mTotal); in onSaveInstanceState() 116 mState.putInt(SLIDE_DUR, durValue); in onSaveInstanceState()
|
/packages/apps/Email/src/com/android/email/ |
D | Account.java | 341 editor.putInt(mUuid + ".automaticCheckIntervalMinutes", mAutomaticCheckIntervalMinutes); in save() 344 editor.putInt(mUuid + ".deletePolicy", mDeletePolicy); in save() 349 editor.putInt(mUuid + ".accountNumber", mAccountNumber); in save() 353 editor.putInt(mUuid + KEY_SYNC_WINDOW, mSyncWindow); in save() 354 editor.putInt(mUuid + KEY_BACKUP_FLAGS, mBackupFlags); in save() 356 editor.putInt(mUuid + KEY_SECURITY_FLAGS, mSecurityFlags); in save()
|
/packages/apps/Phone/src/com/android/phone/sip/ |
D | SipSharedPreferences.java | 73 editor.putInt(KEY_NUMBER_OF_PROFILES, number); in setProfilesCount() 94 Settings.System.putInt(mContext.getContentResolver(), in setReceivingCallsEnabled()
|
/packages/apps/Camera/src/com/android/camera/ |
D | ComboPreferences.java | 172 public Editor putInt(String key, int value) { in putInt() method in ComboPreferences.MyEditor 174 mEditorGlobal.putInt(key, value); in putInt() 176 mEditorLocal.putInt(key, value); in putInt()
|
/packages/apps/Contacts/src/com/android/contacts/ui/ |
D | ContactsPreferences.java | 75 Settings.System.putInt(mContext.getContentResolver(), in setSortOrder() 109 Settings.System.putInt(mContext.getContentResolver(), in setDisplayOrder()
|
/packages/apps/Email/tests/src/com/android/email/ |
D | AccountUnitTests.java | 103 editor.putInt(mUuid + ".deletePolicy", Account.DELETE_POLICY_NEVER); in testImapDeletePolicyUpdate() 125 editor.putInt(mUuid + ".deletePolicy", Account.DELETE_POLICY_NEVER); in testImapDeletePolicyUpdate()
|
/packages/apps/Provision/src/com/android/provision/ |
D | DefaultActivity.java | 35 Settings.Secure.putInt(getContentResolver(), Settings.Secure.DEVICE_PROVISIONED, 1); in onCreate()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | Hints.java | 169 editor.putInt(PREF_VOICE_HINT_NUM_UNIQUE_DAYS_SHOWN, numUniqueDaysShown + 1); in showHint() 183 editor.putInt(pref, value + 1); in getAndIncrementPref()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastReceiverApp.java | 59 editor.putInt(PREF_KEY_NOTIFICATION_ID, notificationId); in getNextNotificationId()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | AdvancedSettings.java | 188 Settings.System.putInt(getContentResolver(), in onPreferenceChange() 200 Settings.System.putInt(getContentResolver(), in onPreferenceChange() 302 System.putInt(contentResolver, System.WIFI_USE_STATIC_IP, in updateSettingsProvider()
|