Home
last modified time | relevance | path

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

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DSchedulerService.java28 private static final String NOTIFICATION_CHANNEL_ID = SchedulerService.class.getSimpleName(); field in SchedulerService
33 new NotificationChannel(NOTIFICATION_CHANNEL_ID, NOTIFICATION_CHANNEL_ID, in onStartCommand()
35 Notification status = new Notification.Builder(this, NOTIFICATION_CHANNEL_ID) in onStartCommand()
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
DTestService.java44 private static final String NOTIFICATION_CHANNEL_ID = TAG; field in TestService
85 NOTIFICATION_CHANNEL_ID, NOTIFICATION_CHANNEL_ID, in startForeground()
89 new Notification.Builder(this, NOTIFICATION_CHANNEL_ID) in startForeground()
/frameworks/base/packages/Shell/src/com/android/shell/
DHeapDumpReceiver.java68 private static final String NOTIFICATION_CHANNEL_ID = "heapdumps"; field in HeapDumpReceiver
148 new NotificationChannel(NOTIFICATION_CHANNEL_ID, in showDumpNotification()
170 NOTIFICATION_CHANNEL_ID) in showDumpNotification()
DBugreportProgressService.java210 private static final String NOTIFICATION_CHANNEL_ID = "bugreports"; field in BugreportProgressService
270 new NotificationChannel(NOTIFICATION_CHANNEL_ID, in onCreate()
1080 return new Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in newBaseNotification()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginManager.java28 String NOTIFICATION_CHANNEL_ID = "ALR"; field
DPluginManagerImpl.java242 new Notification.Builder(mContext, NOTIFICATION_CHANNEL_ID) in onReceive()
DPluginInstanceManager.java367 PluginManager.NOTIFICATION_CHANNEL_ID) in handleLoadPlugin()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java103 private static final String NOTIFICATION_CHANNEL_ID = "com.android.dynsystem"; field in DynamicSystemInstallationService
406 NotificationChannel chan = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in prepareNotification()
428 Notification.Builder builder = new Notification.Builder(this, NOTIFICATION_CHANNEL_ID) in buildNotification()
/frameworks/base/non-updatable-api/
Dcurrent.txt5854 …ic static final String EXTRA_NOTIFICATION_CHANNEL_ID = "android.app.extra.NOTIFICATION_CHANNEL_ID";
/frameworks/base/api/
Dcurrent.txt5854 …ic static final String EXTRA_NOTIFICATION_CHANNEL_ID = "android.app.extra.NOTIFICATION_CHANNEL_ID";