Home
last modified time | relevance | path

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

1234

/packages/apps/Settings/src/com/android/settings/
DApplicationSettings.java88 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()
DDevelopmentSettings.java94 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()
DSoundSettings.java229 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()
DAccessibilitySettings.java131 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()
DBrightnessPreference.java117 Settings.System.putInt(getContext().getContentResolver(), in onDialogClosed()
148 Settings.System.putInt(getContext().getContentResolver(), in setMode()
/packages/apps/Phone/src/com/android/phone/
DCdmaSystemSelectListPreference.java85 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()
DSettings.java292 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/
DFieldContext.java70 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/
DTransactionBundle.java77 mBundle.putInt(TRANSACTION_TYPE, transactionType); in TransactionBundle()
109 mBundle.putInt(PROXY_PORT, proxyPort); in setConnectionSettings()
/packages/apps/Stk/src/com/android/stk/
DStkCmdReceiver.java45 args.putInt(StkAppService.OPCODE, StkAppService.OP_CMD); in handleCommandMessage()
54 args.putInt(StkAppService.OPCODE, StkAppService.OP_END_SESSION); in handleSessionEnd()
DStkMenuActivity.java239 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()
DToneDialog.java129 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE); in sendResponse()
130 args.putInt(StkAppService.RES_ID, resId); in sendResponse()
DStkLauncherActivity.java34 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP); in onCreate()
DBootCompletedReceiver.java37 args.putInt(StkAppService.OPCODE, StkAppService.OP_BOOT_COMPLETED); in onReceive()
DStkDialogActivity.java156 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/
DEditSlideDurationActivity.java106 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/
DAccount.java341 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/
DSipSharedPreferences.java73 editor.putInt(KEY_NUMBER_OF_PROFILES, number); in setProfilesCount()
94 Settings.System.putInt(mContext.getContentResolver(), in setReceivingCallsEnabled()
/packages/apps/Camera/src/com/android/camera/
DComboPreferences.java172 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/
DContactsPreferences.java75 Settings.System.putInt(mContext.getContentResolver(), in setSortOrder()
109 Settings.System.putInt(mContext.getContentResolver(), in setDisplayOrder()
/packages/apps/Email/tests/src/com/android/email/
DAccountUnitTests.java103 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/
DDefaultActivity.java35 Settings.Secure.putInt(getContentResolver(), Settings.Secure.DEVICE_PROVISIONED, 1); in onCreate()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DHints.java169 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/
DCellBroadcastReceiverApp.java59 editor.putInt(PREF_KEY_NOTIFICATION_ID, notificationId); in getNextNotificationId()
/packages/apps/Settings/src/com/android/settings/wifi/
DAdvancedSettings.java188 Settings.System.putInt(getContentResolver(), in onPreferenceChange()
200 Settings.System.putInt(getContentResolver(), in onPreferenceChange()
302 System.putInt(contentResolver, System.WIFI_USE_STATIC_IP, in updateSettingsProvider()

1234