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