Home
last modified time | relevance | path

Searched refs:hasValidSound (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DSoundPreferenceControllerTest.java104 SoundPreferenceController.hasValidSound(null); in testNoCrashIfNoOnResume()
312 assertTrue(SoundPreferenceController.hasValidSound(channel)); in testHasValidSound()
315 assertFalse(SoundPreferenceController.hasValidSound(channel)); in testHasValidSound()
318 assertFalse(SoundPreferenceController.hasValidSound(channel)); in testHasValidSound()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DImportancePreferenceController.java89 && !SoundPreferenceController.hasValidSound(mChannel) in onPreferenceChange()
DSoundPreferenceController.java129 protected static boolean hasValidSound(NotificationChannel channel) { in hasValidSound() method in SoundPreferenceController
/packages/apps/Settings/src/com/android/settings/notification/
DImportancePreferenceController.java83 && !SoundPreferenceController.hasValidSound(mChannel) in onPreferenceChange()
DSoundPreferenceController.java129 protected static boolean hasValidSound(NotificationChannel channel) { in hasValidSound() method in SoundPreferenceController