Home
last modified time | relevance | path

Searched refs:SETTINGS (Results 1 – 21 of 21) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/dream/
DDreamSettingsTest.java66 private static final int[] SETTINGS = { field in DreamSettingsTest
103 assertThat(DreamSettings.getSettingFromPrefKey(KEYS.get(i))).isEqualTo(SETTINGS[i]); in getSettingFromPrefKey()
112 for (int i = 0; i < SETTINGS.length; i++) { in getKeyFromSetting()
113 assertThat(DreamSettings.getKeyFromSetting(SETTINGS[i])).isEqualTo(KEYS.get(i)); in getKeyFromSetting()
122 for (int i = 0; i < SETTINGS.length; i++) { in getDreamSettingDescriptionResId()
124 SETTINGS[i], /* enabledOnBattery= */ false)) in getDreamSettingDescriptionResId()
127 SETTINGS[i], /* enabledOnBattery= */ true)) in getDreamSettingDescriptionResId()
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DSensorSourcesCompat.java20 public static final int SETTINGS = SensorPrivacyToggleSourceProto.SETTINGS; field in SensorSourcesCompat
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/calmmode/
DCalmModeStatsLogHelper.java62 CalmModeLaunchType.SETTINGS,
69 int SETTINGS = field
/packages/apps/Settings/tests/robotests/src/com/android/settings/privacy/
DSensorPrivacyManagerHelperTest.java19 import static android.hardware.SensorPrivacyManager.Sources.SETTINGS;
108 .setSensorPrivacy(eq(SETTINGS), eq(SENSOR_MICROPHONE), eq(true)); in invokeSetMicrophoneBlocked_invokeSetMicrophonePrivacyTrue()
119 .setSensorPrivacy(eq(SETTINGS), eq(SENSOR_MICROPHONE), eq(false)); in invokeSetMicrophoneUnBlocked_invokeSetMicrophonePrivacyFalse()
/packages/apps/Settings/src/com/android/settings/utils/
DSensorPrivacyManagerHelper.kt21 import android.hardware.SensorPrivacyManager.Sources.SETTINGS in <lambda>()
81 sensorPrivacyManager.setSensorPrivacy(SETTINGS, sensor, blocked) in <lambda>()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/privacy/
DSensorState.java19 import static android.hardware.SensorPrivacyManager.Sources.SETTINGS;
186 mSensorPrivacyManager.setSensorPrivacy(SETTINGS, mToggle.sensor, !status); in onPreferenceTreeClick()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java117 private static final int SETTINGS = 44; field in LegacyApiSupport
199 public static final String SETTINGS = "v1_settings"; field
338 matcher.addURI(authority, "settings", SETTINGS); in matcher.addURI() argument
742 db.execSQL("DROP TABLE IF EXISTS " + LegacyTables.SETTINGS + ";"); in createSettingsTable()
743 db.execSQL("CREATE TABLE " + LegacyTables.SETTINGS + " (" + in createSettingsTable()
933 case SETTINGS: { in update()
1233 db.delete(LegacyTables.SETTINGS, "_sync_account IS NULL AND key=?", new String[]{key}); in updateSetting()
1235 db.delete(LegacyTables.SETTINGS, "_sync_account=? AND _sync_account_type=? AND key=?", in updateSetting()
1238 long rowId = db.insert(LegacyTables.SETTINGS, in updateSetting()
1251 " FROM " + Views.SETTINGS + " LEFT OUTER JOIN " + LegacyTables.SETTINGS +
[all …]
DContactsDatabaseHelper.java200 public static final String SETTINGS = "settings"; field
347 public static final String SETTINGS = "view_settings"; field
635 public static final String CONCRETE_ACCOUNT_ID = Views.SETTINGS + "." + ACCOUNT_ID;
2271 db.execSQL("DROP TRIGGER IF EXISTS " + Views.SETTINGS + "_update;"); in createSettingsView()
2273 db.execSQL("DROP VIEW IF EXISTS " + Views.SETTINGS + ";"); in createSettingsView()
2285 db.execSQL("CREATE VIEW " + Views.SETTINGS + " AS " + settingsSelect); in createSettingsView()
2289 db.execSQL("CREATE TRIGGER " + Views.SETTINGS + "_update " in createSettingsView()
2290 + "INSTEAD OF UPDATE ON " + Views.SETTINGS + " " in createSettingsView()
3816 updateIndexStats(db, LegacyApiSupport.LegacyTables.SETTINGS, in updateSqliteStats()
DContactsProvider2.java402 public static final int SETTINGS = 9000; field in ContactsProvider2
1310 matcher.addURI(ContactsContract.AUTHORITY, "settings", SETTINGS); in matcher.addURI() argument
3014 case SETTINGS: { in insertInTransaction()
3590 int count = db.update(Views.SETTINGS, values, in insertSettings()
4028 case SETTINGS: { in deleteInTransaction()
4113 try (Cursor cursor = db.query(Views.SETTINGS, in deleteSettings()
4496 case SETTINGS: { in updateInTransaction()
4794 try (Cursor cursor = db.query(Views.SETTINGS, in updateSettings()
4802 db.update(Views.SETTINGS, values, selection, selectionArgs); in updateSettings()
7359 case SETTINGS: { in queryLocal()
[all …]
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/privacy/
DMicTogglePreferenceControllerTest.java148 eq(SensorPrivacyManager.Sources.SETTINGS), in onPreferenceClicked_clickMicEnabled_shouldSetPrivacySensor()
166 eq(SensorPrivacyManager.Sources.SETTINGS), in onPreferenceClicked_clickMicDisabled_shouldClearPrivacySensor()
DCameraTogglePreferenceControllerTest.java158 eq(SensorPrivacyManager.Sources.SETTINGS), in onPreferenceClicked_clickCameraEnabled_shouldSetPrivacySensor()
176 eq(SensorPrivacyManager.Sources.SETTINGS), in onPreferenceClicked_clickCameraDisabled_shouldClearPrivacySensor()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/privacy/
DSensorFragment.java19 import static android.hardware.SensorPrivacyManager.Sources.SETTINGS;
294 mSensorPrivacyManager.setSensorPrivacy(SETTINGS, mToggle.sensor, in onPreferenceTreeClick()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DInteractionLogger.kt265 SETTINGS(
299 SETTINGS in fromSafetyCenterIntent()
/packages/apps/Car/Settings/src/com/android/car/settings/privacy/
DCameraTogglePreferenceController.java64 SensorPrivacyManager.Sources.SETTINGS, in handlePreferenceChanged()
DCameraInfotainmentAppsTogglePreferenceController.java80 SensorPrivacyManager.Sources.SETTINGS, in handlePreferenceChanged()
DMicTogglePreferenceController.java84 SensorPrivacyManager.Sources.SETTINGS, in handlePreferenceChanged()
DCameraRequiredAppsTogglePreferenceController.java93 SensorPrivacyManager.Sources.SETTINGS, in handlePreferenceChanged()
/packages/apps/Dialer/java/com/android/dialer/logging/
Dscreen_event.proto35 SETTINGS = 9; enumerator
/packages/modules/Permission/tests/hostside/safetycenter/src/android/safetycenter/hostside/
DSafetyCenterInteractionLoggingHostTest.kt196 assertThat(navigationSource).isEqualTo(NavigationSource.SETTINGS) in openSubpageFromSettingsSearch_recordsEventWithSettingsNavigationSource()
/packages/apps/Dialer/java/com/android/dialer/main/impl/
DMainSearchController.java473 Logger.get(activity).logScreenView(ScreenEvent.Type.SETTINGS, activity); in onMenuItemClicked()
/packages/apps/Dialer/java/com/android/dialer/app/
DDialtactsActivity.java728 Logger.get(this).logScreenView(ScreenEvent.Type.SETTINGS, this); in onMenuItemClick()