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/app/
DSoundPreferenceControllerTest.java105 SoundPreferenceController.hasValidSound(null); in testNoCrashIfNoOnResume()
313 assertTrue(SoundPreferenceController.hasValidSound(channel)); in testHasValidSound()
316 assertFalse(SoundPreferenceController.hasValidSound(channel)); in testHasValidSound()
319 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/app/
DImportancePreferenceController.java84 && !SoundPreferenceController.hasValidSound(mChannel) in onPreferenceChange()
DSoundPreferenceController.java130 protected static boolean hasValidSound(NotificationChannel channel) { in hasValidSound() method in SoundPreferenceController