Searched refs:NOTIFICATION_CHANNEL_ID (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
H A DTestService.java44 private static final String NOTIFICATION_CHANNEL_ID = TAG; field in class:TestService
85 NOTIFICATION_CHANNEL_ID, NOTIFICATION_CHANNEL_ID,
89 new Notification.Builder(this, NOTIFICATION_CHANNEL_ID)
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
H A DPluginManager.java26 String NOTIFICATION_CHANNEL_ID = "ALR"; field in interface:PluginManager
H A DPluginInstanceManager.java330 PluginManager.NOTIFICATION_CHANNEL_ID)
H A DPluginManagerImpl.java232 new Notification.Builder(mContext, NOTIFICATION_CHANNEL_ID)
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java205 private static final String NOTIFICATION_CHANNEL_ID = "bugreports"; field in class:BugreportProgressService
260 new NotificationChannel(NOTIFICATION_CHANNEL_ID,
1061 return new Notification.Builder(context, NOTIFICATION_CHANNEL_ID)

Completed in 129 milliseconds