Home
last modified time | relevance | path

Searched refs:KEY_BOOT_SOUNDS (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DBootSoundPreferenceController.java34 private static final String KEY_BOOT_SOUNDS = "boot_sounds"; field in BootSoundPreferenceController
46 SwitchPreference preference = screen.findPreference(KEY_BOOT_SOUNDS); in displayPreference()
53 if (KEY_BOOT_SOUNDS.equals(preference.getKey())) { in handlePreferenceTreeClick()
62 return KEY_BOOT_SOUNDS; in getPreferenceKey()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DBootSoundPreferenceController.java34 private static final String KEY_BOOT_SOUNDS = "boot_sounds"; field in BootSoundPreferenceController
46 SwitchPreference preference = screen.findPreference(KEY_BOOT_SOUNDS); in displayPreference()
53 if (KEY_BOOT_SOUNDS.equals(preference.getKey())) { in handlePreferenceTreeClick()
62 return KEY_BOOT_SOUNDS; in getPreferenceKey()