Home
last modified time | relevance | path

Searched defs:mSettingsKey (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DSecureSettingSwitchPreferenceController.java38 private final String mSettingsKey; field in SecureSettingSwitchPreferenceController
48 Settings.Secure.putInt(mContext.getContentResolver(), mSettingsKey, in onPreferenceChange() local
63 Settings.Secure.putInt(mContext.getContentResolver(), mSettingsKey, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
H A DSystemSettingSwitchPreferenceController.java38 private final String mSettingsKey; field in SystemSettingSwitchPreferenceController
48 Settings.System.putInt(mContext.getContentResolver(), mSettingsKey, in onPreferenceChange() local
63 Settings.System.putInt(mContext.getContentResolver(), mSettingsKey, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
H A DGlobalSettingSwitchPreferenceController.java38 private final String mSettingsKey; field in GlobalSettingSwitchPreferenceController
62 Settings.Global.putInt(mContext.getContentResolver(), mSettingsKey, isEnabled ? mOn : mOff); in onPreferenceChange() local
76 Settings.Global.putInt(mContext.getContentResolver(), mSettingsKey, mOff); in onDeveloperOptionsSwitchDisabled() local
/aosp12/packages/services/Car/service/src/com/android/car/
H A DBluetoothProfileDeviceManager.java77 final String mSettingsKey; field in BluetoothProfileDeviceManager.BluetoothProfileInfo
123 private final String mSettingsKey; field in BluetoothProfileDeviceManager
436 Settings.Secure.putStringForUser(mContext.getContentResolver(), mSettingsKey, devicesStr, in commit() local
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastConstants.java72 private String mSettingsKey; field in BroadcastConstants
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothProfileDeviceManagerTest.java106 private final String mSettingsKey = KEY_BLUETOOTH_HFP_CLIENT_DEVICES; field in BluetoothProfileDeviceManagerTest
206 Settings.Secure.putStringForUser(mMockContext.getContentResolver(), mSettingsKey, in setSettingsDeviceList() local