HomeSort by relevance Sort by last modified time
    Searched defs:createNotificationChannel (Results 1 - 25 of 33) sorted by null

1 2

  /cts/tests/app/NotificationDelegator/src/com/android/test/notificationdelegator/
NotificationDelegator.java 39 nm.createNotificationChannel(new NotificationChannel(CHANNEL, CHANNEL, IMPORTANCE_LOW));
  /developers/build/prebuilts/gradle/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/
NotificationUtil.java 31 public static String createNotificationChannel(
62 notificationManager.createNotificationChannel(notificationChannel);
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/util/
NotificationUtil.java 38 public static String createNotificationChannel(
69 notificationManager.createNotificationChannel(notificationChannel);
  /developers/samples/android/wearable/wear/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/
NotificationUtil.java 31 public static String createNotificationChannel(
62 notificationManager.createNotificationChannel(notificationChannel);
  /cts/hostsidetests/incident/apps/notificationsapp/src/com/android/server/cts/notifications/
NotificationIncidentTestActivity.java 38 notificationManager.createNotificationChannel(
  /cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
TestService.java 47 notificationManager.createNotificationChannel(new NotificationChannel(
  /cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
SendNotification.java 58 notificationManager.createNotificationChannel(new NotificationChannel(
  /cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
SimpleService.java 66 nm.createNotificationChannel(new NotificationChannel(CHANNEL_NAME, CHANNEL_NAME,
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyForegroundService.java 52 notificationManager.createNotificationChannel(new NotificationChannel(
  /cts/tests/app/app/src/android/app/stubs/
LocalForegroundServiceLocation.java 56 notificationManager.createNotificationChannel(new NotificationChannel(
LocalForegroundService.java 62 notificationManager.createNotificationChannel(new NotificationChannel(
  /cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/
NotificationManager28Test.java 55 mNotificationManager.createNotificationChannel(new NotificationChannel(
  /cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
NotificationManager29Test.java 55 mNotificationManager.createNotificationChannel(new NotificationChannel(
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
FgService.java 48 notificationManager.createNotificationChannel(new NotificationChannel(
  /cts/apps/ForceStopHelperApp/src/com/android/cts/forcestophelper/
TaskRemovedListenerService.java 51 nm.createNotificationChannel(
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
Log.java 51 private static void createNotificationChannel(Context context, NotificationManager notificationManager) {
59 notificationManager.createNotificationChannel(channel);
67 createNotificationChannel(context, notificationManager);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowNotificationManagerTest.java 67 public void createNotificationChannel() {
68 notificationManager.createNotificationChannel(new NotificationChannel("id", "name", 1));
111 notificationManager.createNotificationChannel(new NotificationChannel(channelId, "name", 1));
118 notificationManager.createNotificationChannel(
135 notificationManager.createNotificationChannel(channel);
  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java 140 notificationManager.createNotificationChannel(new NotificationChannel(
  /cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
StatsdCtsForegroundActivity.java 141 nm.createNotificationChannel(new NotificationChannel(notificationChannel, "Statsd Cts",
  /cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
LegacyNotificationManager20Test.java 79 mNotificationManager.createNotificationChannel(new NotificationChannel(
  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
NotificationsActivity.java 159 createNotificationChannel(context, messagingStyleCommsAppData);
276 private String createNotificationChannel(
307 notificationManager.createNotificationChannel(notificationChannel);
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
NotificationsActivity.java 163 String notificationChannelId = NotificationUtil.createNotificationChannel(
306 private String createNotificationChannel(
337 notificationManager.createNotificationChannel(notificationChannel);
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 164 mNotificationManager.createNotificationChannel(new NotificationChannel(
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
ScriptingLayerService.java 107 private void createNotificationChannel() {
116 notificationManager.createNotificationChannel(channel);
125 createNotificationChannel();
TriggerService.java 107 protected void createNotificationChannel() {
116 notificationManager.createNotificationChannel(channel);
122 createNotificationChannel();

Completed in 866 milliseconds

1 2