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.java43 final NotificationChannel batteryChannel = new NotificationChannel(BATTERY, in createAll() local
48 batteryChannel.setSound(Uri.parse("file://" + soundPath), new AudioAttributes.Builder() in createAll()
52 batteryChannel.setBlockableSystem(true); in createAll()
84 batteryChannel, in createAll()