Searched refs:NOTIFICATION_CHANNEL_ID (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | SchedulerService.java | 28 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/ |
D | TestService.java | 44 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/ |
D | HeapDumpReceiver.java | 68 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()
|
D | BugreportProgressService.java | 210 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/ |
D | PluginManager.java | 28 String NOTIFICATION_CHANNEL_ID = "ALR"; field
|
D | PluginManagerImpl.java | 242 new Notification.Builder(mContext, NOTIFICATION_CHANNEL_ID) in onReceive()
|
D | PluginInstanceManager.java | 367 PluginManager.NOTIFICATION_CHANNEL_ID) in handleLoadPlugin()
|
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | DynamicSystemInstallationService.java | 103 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/ |
D | current.txt | 5854 …ic static final String EXTRA_NOTIFICATION_CHANNEL_ID = "android.app.extra.NOTIFICATION_CHANNEL_ID";
|
/frameworks/base/api/ |
D | current.txt | 5854 …ic static final String EXTRA_NOTIFICATION_CHANNEL_ID = "android.app.extra.NOTIFICATION_CHANNEL_ID";
|