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

1 2 3 4

  /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/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/
NotificationUtil.java 31 public static String createNotificationChannel(
62 notificationManager.createNotificationChannel(notificationChannel);
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 63 mNotificationManager.createNotificationChannel(new NotificationChannel(
92 mNotificationManager.createNotificationChannel(channel);
109 mNotificationManager.createNotificationChannel(channel);
129 mNotificationManager.createNotificationChannel(channel);
141 mNotificationManager.createNotificationChannel(channel);
143 mNotificationManager.createNotificationChannel(channel);
149 mNotificationManager.createNotificationChannel(channel);
157 mNotificationManager.createNotificationChannel(channel);
160 mNotificationManager.createNotificationChannel(channelDupe);
169 mNotificationManager.createNotificationChannel(channel)
    [all...]
  /developers/build/prebuilts/gradle/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.kt 46 manager.createNotificationChannel(chan1)
52 manager.createNotificationChannel(chan2)
  /developers/samples/android/notification/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.kt 46 manager.createNotificationChannel(chan1)
52 manager.createNotificationChannel(chan2)
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactsNotificationChannelsUtil.java 42 nm.createNotificationChannel(channel);
  /developers/build/prebuilts/gradle/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.java 46 getManager().createNotificationChannel(chan1);
52 getManager().createNotificationChannel(chan2);
  /developers/samples/android/notification/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.java 46 getManager().createNotificationChannel(chan1);
52 getManager().createNotificationChannel(chan2);
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
RankingHelperTest.java 345 mHelper.createNotificationChannel(PKG, UID, channel1, true);
346 mHelper.createNotificationChannel(PKG, UID, channel2, false);
405 mHelper.createNotificationChannel(PKG, UID, channel1, true);
406 mHelper.createNotificationChannel(PKG, UID, channel2, false);
407 mHelper.createNotificationChannel(PKG, UID, channel3, false);
408 mHelper.createNotificationChannel(UPDATED_PKG, UID2, getChannel(), true);
459 mHelper.createNotificationChannel(PKG, UID, channel, true);
485 mHelper.createNotificationChannel(PKG, UID, channel, true);
506 mHelper.createNotificationChannel(PKG, UID, channel, true);
547 mHelper.createNotificationChannel(PKG, UID, channel, true)
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
TriggerService.java 106 protected void createNotificationChannel() {
115 notificationManager.createNotificationChannel(channel);
121 createNotificationChannel();
  /frameworks/base/services/core/java/com/android/server/wm/
AlertWindowNotification.java 105 createNotificationChannel(context, appName);
139 private void createNotificationChannel(Context context, String appName) {
155 mNotificationManager.createNotificationChannel(channel);
  /cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
SendNotification.java 58 notificationManager.createNotificationChannel(new NotificationChannel(
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyForegroundService.java 52 notificationManager.createNotificationChannel(new NotificationChannel(
MyService.java 95 .createNotificationChannel(new NotificationChannel(NOTIFICATION_CHANNEL_ID,
  /frameworks/base/services/core/java/com/android/server/notification/
RankingConfig.java 39 void createNotificationChannel(String pkg, int uid, NotificationChannel channel,
  /packages/apps/Dialer/java/com/android/dialer/notification/
NotificationChannelManager.java 128 context.getSystemService(NotificationManager.class).createNotificationChannel(channel);
142 context.getSystemService(NotificationManager.class).createNotificationChannel(channel);
156 context.getSystemService(NotificationManager.class).createNotificationChannel(channel);
168 context.getSystemService(NotificationManager.class).createNotificationChannel(channel);
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
FgService.java 48 notificationManager.createNotificationChannel(new NotificationChannel(
  /packages/apps/TV/src/com/android/tv/dvr/recorder/
DvrRecordingService.java 133 createNotificationChannel();
197 private void createNotificationChannel() {
204 .createNotificationChannel(mNotificationChannel);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 85 mNM.createNotificationChannel(new NotificationChannel("min", "Min", IMPORTANCE_MIN));
86 mNM.createNotificationChannel(new NotificationChannel("low", "Low", IMPORTANCE_LOW));
87 mNM.createNotificationChannel(
89 mNM.createNotificationChannel(new NotificationChannel("high", "High", IMPORTANCE_HIGH));
682 mNM.createNotificationChannel(channel);
    [all...]
  /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);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/
DialerShowsHunOnIncomingCallActivity.java 71 notificationManager.createNotificationChannel(channel);
  /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
SimpleForegroundService.java 88 notificationManager.createNotificationChannel(channel);
  /cts/hostsidetests/media/app/MediaSessionTestHelper/src/android/media/app/media_session_test_helper/
MediaSessionTestHelperService.java 59 manager.createNotificationChannel(notificationChannel);
  /cts/hostsidetests/services/activityandwindowmanager/displayserviceapp/app/src/android/server/displayservice/
VirtualDisplayService.java 54 notificationManager.createNotificationChannel(new NotificationChannel(
  /cts/tests/app/app/src/android/app/stubs/
LocalForegroundService.java 56 notificationManager.createNotificationChannel(new NotificationChannel(

Completed in 826 milliseconds

1 2 3 4