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

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileNotificationListenerService.java 30 static final String NOTIFICATION_CHANNEL = "NotificationListenerTest";
58 if (NOTIFICATION_CHANNEL.equals(sbn.getNotification().getChannelId())) {
  /cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
SendNotification.java 39 static final String NOTIFICATION_CHANNEL = "NotificationListenerTest";
59 NOTIFICATION_CHANNEL, "Test channel", NotificationManager.IMPORTANCE_DEFAULT));
61 new Notification.Builder(getApplicationContext(), NOTIFICATION_CHANNEL)
71 notificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL);
  /packages/services/Telephony/testapps/TelephonyRegistryTestApp/src/com/android/phone/testapps/telephonyregistry/
TelephonyRegistryTestApp.java 42 private static final String NOTIFICATION_CHANNEL = "registryUpdate";
77 NOTIFICATION_CHANNEL);
127 NotificationChannel channel = new NotificationChannel(NOTIFICATION_CHANNEL,
  /cts/hostsidetests/media/app/MediaSessionTestHelper/src/android/media/app/media_session_test_helper/
MediaSessionTestHelperService.java 46 private static final String NOTIFICATION_CHANNEL = TAG;
57 NotificationChannel notificationChannel = new NotificationChannel(NOTIFICATION_CHANNEL,
61 Notification notification = new Notification.Builder(this, NOTIFICATION_CHANNEL)
  /packages/apps/Dialer/java/com/android/voicemail/impl/
OmtpEvents.java 93 NOTIFICATION_IN_SERVICE(Type.NOTIFICATION_CHANNEL, true),
95 NOTIFICATION_SERVICE_LOST(Type.NOTIFICATION_CHANNEL, false),
117 @IntDef({CONFIGURATION, DATA_CHANNEL, NOTIFICATION_CHANNEL, OTHER})
122 public static final int NOTIFICATION_CHANNEL = 3;
  /packages/apps/Traceur/src/com/google/android/traceur/
Receiver.java 52 public static final String NOTIFICATION_CHANNEL = "system-tracing";
207 new Notification.Builder(context, NOTIFICATION_CHANNEL)
226 NOTIFICATION_CHANNEL, context.getString(R.string.system_tracing),

Completed in 147 milliseconds