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

1 2

  /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);
  /frameworks/base/services/core/java/com/android/server/notification/
RankingConfig.java 39 void createNotificationChannel(String pkg, int uid, NotificationChannel 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(
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
FgService.java 48 notificationManager.createNotificationChannel(new NotificationChannel(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/
NotificationChannels.java 79 nm.createNotificationChannel(new NotificationChannel(
  /cts/hostsidetests/services/activityandwindowmanager/displayserviceapp/app/src/android/server/displayservice/
VirtualDisplayService.java 54 notificationManager.createNotificationChannel(new NotificationChannel(
  /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);
  /frameworks/base/core/java/android/app/
RecoverableSecurityException.java 122 nm.createNotificationChannel(new NotificationChannel(channelId, TAG,
144 * {@link NotificationManager#createNotificationChannel}.
NotificationManager.java 440 public void createNotificationChannel(@NonNull NotificationChannel channel) {
446 * {@link #createNotificationChannel(NotificationChannel)}.
489 * <p>If you {@link #createNotificationChannel(NotificationChannel) create} a new channel with
    [all...]
  /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...]
  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java 140 notificationManager.createNotificationChannel(new NotificationChannel(
  /cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
ReflectorVpnService.java 57 notificationManager.createNotificationChannel(new NotificationChannel(
  /cts/tests/app/app/src/android/app/stubs/
LocalForegroundService.java 56 notificationManager.createNotificationChannel(new NotificationChannel(
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptingLayerService.java 104 private void createNotificationChannel() {
113 notificationManager.createNotificationChannel(channel);
122 createNotificationChannel();
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);
  /packages/apps/TV/src/com/android/tv/dvr/recorder/
DvrRecordingService.java 133 createNotificationChannel();
197 private void createNotificationChannel() {
204 .createNotificationChannel(mNotificationChannel);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
NotificationController.java 81 mNotificationManager.createNotificationChannel(
85 mNotificationManager.createNotificationChannel(
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 286 mNotifManager.createNotificationChannel(new NotificationChannel(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 213 mNotificationManager.createNotificationChannel(new 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...]
  /packages/apps/TV/src/com/android/tv/tuner/setup/
TunerSetupActivity.java 422 notificationManager.createNotificationChannel(new NotificationChannel(
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 100 mNotifManager.createNotificationChannel(new NotificationChannel(CHANNEL_ACTIVE,
103 mNotifManager.createNotificationChannel(new NotificationChannel(CHANNEL_WAITING,
106 mNotifManager.createNotificationChannel(new NotificationChannel(CHANNEL_COMPLETE,

Completed in 482 milliseconds

1 2