Home
last modified time | relevance | path

Searched refs:KEY_AMBIENT_DISPLAY_NOTIFICATIONS (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/display/
DAmbientDisplayNotificationsPreferenceController.java39 static final String KEY_AMBIENT_DISPLAY_NOTIFICATIONS = "ambient_display_notification"; field in AmbientDisplayNotificationsPreferenceController
63 if (KEY_AMBIENT_DISPLAY_NOTIFICATIONS.equals(preference.getKey())) { in handlePreferenceTreeClick()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DAmbientDisplayNotificationsPreferenceController.java39 static final String KEY_AMBIENT_DISPLAY_NOTIFICATIONS = "ambient_display_notification"; field in AmbientDisplayNotificationsPreferenceController
63 if (KEY_AMBIENT_DISPLAY_NOTIFICATIONS.equals(preference.getKey())) { in handlePreferenceTreeClick()
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DAmbientDisplayNotificationsPreferenceControllerTest.java74 AmbientDisplayNotificationsPreferenceController.KEY_AMBIENT_DISPLAY_NOTIFICATIONS); in setUp()
144 AmbientDisplayNotificationsPreferenceController.KEY_AMBIENT_DISPLAY_NOTIFICATIONS); in handlePreferenceTreeClick_reportsEventForItsPreference()