HomeSort by relevance Sort by last modified time
    Searched defs:NOTIFICATION_CHANNEL_ID (Results 1 - 14 of 14) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
PluginManager.java 26 String NOTIFICATION_CHANNEL_ID = "ALR";
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyService.java 41 private static final String NOTIFICATION_CHANNEL_ID = "MyService";
81 MyBroadcastReceiver .sendNotification(getApplicationContext(), NOTIFICATION_CHANNEL_ID,
95 .createNotificationChannel(new NotificationChannel(NOTIFICATION_CHANNEL_ID,
96 NOTIFICATION_CHANNEL_ID, NotificationManager.IMPORTANCE_DEFAULT));
103 .deleteNotificationChannel(NOTIFICATION_CHANNEL_ID);
MyForegroundService.java 39 private static final String NOTIFICATION_CHANNEL_ID = "cts/MyForegroundService";
53 NOTIFICATION_CHANNEL_ID, NOTIFICATION_CHANNEL_ID,
58 startForeground(42, new Notification.Builder(this, NOTIFICATION_CHANNEL_ID)
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
FgService.java 34 private static final String NOTIFICATION_CHANNEL_ID = "cts/shortcutmanager/FgService";
49 NOTIFICATION_CHANNEL_ID, NOTIFICATION_CHANNEL_ID,
52 new Notification.Builder(getApplicationContext(), NOTIFICATION_CHANNEL_ID)
  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java 39 private static final String NOTIFICATION_CHANNEL_ID = TAG;
141 NOTIFICATION_CHANNEL_ID, NOTIFICATION_CHANNEL_ID,
143 final Notification.Builder nb = new Notification.Builder(context, NOTIFICATION_CHANNEL_ID)
  /cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
ReflectorVpnService.java 41 private static final String NOTIFICATION_CHANNEL_ID = TAG;
58 NOTIFICATION_CHANNEL_ID, NOTIFICATION_CHANNEL_ID,
60 startForeground(NOTIFICATION_ID, new Notification.Builder(this, NOTIFICATION_CHANNEL_ID)
71 notificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID);
  /cts/tests/app/app/src/android/app/stubs/
LocalForegroundService.java 36 private static final String NOTIFICATION_CHANNEL_ID = "cts/" + TAG;
57 NOTIFICATION_CHANNEL_ID, NOTIFICATION_CHANNEL_ID,
70 new Notification.Builder(context, NOTIFICATION_CHANNEL_ID)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java 46 private static final String NOTIFICATION_CHANNEL_ID = TAG;
101 NotificationChannel channel = new NotificationChannel(NOTIFICATION_CHANNEL_ID,
102 NOTIFICATION_CHANNEL_ID, NotificationManager.IMPORTANCE_LOW);
107 mNm.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID);
132 Notification n1 = new Notification.Builder(mContext, NOTIFICATION_CHANNEL_ID)
144 Notification n2 = new Notification.Builder(mContext, NOTIFICATION_CHANNEL_ID)
156 Notification n3 = new Notification.Builder(mContext, NOTIFICATION_CHANNEL_ID)
    [all...]
AttentionManagementVerifierActivity.java 52 private static final String NOTIFICATION_CHANNEL_ID = TAG;
114 NotificationChannel channel = new NotificationChannel(NOTIFICATION_CHANNEL_ID,
115 NOTIFICATION_CHANNEL_ID, NotificationManager.IMPORTANCE_MIN);
124 mNm.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 158 private static final String NOTIFICATION_CHANNEL_ID = TAG;
173 final Notification notification = new Notification.Builder(this, NOTIFICATION_CHANNEL_ID)
202 NOTIFICATION_CHANNEL_ID, NOTIFICATION_CHANNEL_ID,
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 45 final String NOTIFICATION_CHANNEL_ID = "NotificationManagerTest";
60 NOTIFICATION_CHANNEL_ID, "name", NotificationManager.IMPORTANCE_DEFAULT));
277 if (NOTIFICATION_CHANNEL_ID.equals(nc.getId())) {
358 new Notification.Builder(mContext, NOTIFICATION_CHANNEL_ID)
387 new Notification.Builder(mContext, NOTIFICATION_CHANNEL_ID)
ServiceTest.java 51 private static final String NOTIFICATION_CHANNEL_ID = TAG;
189 Notification notification = new Notification.Builder(getContext(), NOTIFICATION_CHANNEL_ID)
409 NOTIFICATION_CHANNEL_ID, "name", NotificationManager.IMPORTANCE_DEFAULT));
415 getNotificationManager().deleteNotificationChannel(NOTIFICATION_CHANNEL_ID);
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
FileOperationService.java 89 static final String NOTIFICATION_CHANNEL_ID = "channel_id";
162 NOTIFICATION_CHANNEL_ID,
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java 205 private static final String NOTIFICATION_CHANNEL_ID = "bugreports";
260 new NotificationChannel(NOTIFICATION_CHANNEL_ID,
    [all...]

Completed in 1085 milliseconds