Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java48 final NotificationChannel batteryChannel = new NotificationChannel(BATTERY, in createAll() local
53 batteryChannel.setSound(Uri.parse("file://" + soundPath), new AudioAttributes.Builder() in createAll()
57 batteryChannel.setBlockable(true); in createAll()
89 batteryChannel, in createAll()