Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
DPluginManager.java26 String NOTIFICATION_CHANNEL_ID = "ALR"; field
DPluginManagerImpl.java230 new Notification.Builder(mContext, NOTIFICATION_CHANNEL_ID) in onReceive()
DPluginInstanceManager.java324 PluginManager.NOTIFICATION_CHANNEL_ID) in handleLoadPlugin()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java205 private static final String NOTIFICATION_CHANNEL_ID = "bugreports"; field in BugreportProgressService
260 new NotificationChannel(NOTIFICATION_CHANNEL_ID, in onCreate()
1061 return new Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in newBaseNotification()