Searched refs:KEY_BOOT_SOUNDS (Results 1 – 1 of 1) sorted by relevance
32 private static final String KEY_BOOT_SOUNDS = "boot_sounds"; field in BootSoundPreferenceController44 SwitchPreference preference = (SwitchPreference) screen.findPreference(KEY_BOOT_SOUNDS); in displayPreference()51 if (KEY_BOOT_SOUNDS.equals(preference.getKey())) { in handlePreferenceTreeClick()60 return KEY_BOOT_SOUNDS; in getPreferenceKey()