Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
H A DNotificationFragment.java61 NotificationChannel noSoundChannel = new NotificationChannel( in onCreate() local
63 noSoundChannel.setSound(null, null); in onCreate()
64 mManager.createNotificationChannel(noSoundChannel); in onCreate()