HomeSort by relevance Sort by last modified time
    Searched defs:createNotificationChannel (Results 26 - 49 of 49) sorted by null

12

  /packages/apps/TV/src/com/android/tv/tuner/
TunerInputController.java 413 createNotificationChannel(context, notificationManager);
439 private static void createNotificationChannel(
441 notificationManager.createNotificationChannel(
  /cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
ReflectorVpnService.java 66 notificationManager.createNotificationChannel(new NotificationChannel(
  /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 287 mNotifManager.createNotificationChannel(new NotificationChannel(
  /packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
UpdateLayoutFragment.java 104 mNotificationManager.createNotificationChannel(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 213 mNotificationManager.createNotificationChannel(new NotificationChannel(
  /packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
BaseTunerSetupActivity.java 376 notificationManager.createNotificationChannel(
  /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,
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 90 mNotificationManager.createNotificationChannel(new NotificationChannel(
170 mNotificationManager.createNotificationChannel(channel);
171 mNotificationManager.createNotificationChannel(ungrouped);
194 mNotificationManager.createNotificationChannel(channel);
210 mNotificationManager.createNotificationChannel(channel);
230 mNotificationManager.createNotificationChannel(channel);
242 mNotificationManager.createNotificationChannel(channel);
244 mNotificationManager.createNotificationChannel(channel);
250 mNotificationManager.createNotificationChannel(channel);
264 mNotificationManager.createNotificationChannel(channel)
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java 844 private void createNotificationChannel() {
852 mNotificationManager.createNotificationChannel(channel);
858 createNotificationChannel();
    [all...]
  /frameworks/base/core/java/android/app/
NotificationManager.java 528 public void createNotificationChannel(@NonNull NotificationChannel channel) {
534 * {@link #createNotificationChannel(NotificationChannel)}.
577 * <p>If you {@link #createNotificationChannel(NotificationChannel) create} a new channel with
    [all...]
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java 259 nm.createNotificationChannel(
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java 602 public void createNotificationChannel(String pkg, int uid, NotificationChannel channel,
    [all...]
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
RankingHelperTest.java 383 mHelper.createNotificationChannel(PKG, UID, channel1, true, false);
384 mHelper.createNotificationChannel(PKG, UID, channel2, false, false);
445 mHelper.createNotificationChannel(PKG, UID, channel1, true, false);
446 mHelper.createNotificationChannel(PKG, UID, channel2, false, false);
447 mHelper.createNotificationChannel(PKG, UID, channel3, false, false);
448 mHelper.createNotificationChannel(UPDATED_PKG, UID2, getChannel(), true, false);
499 mHelper.createNotificationChannel(PKG, UID, channel, true, false);
525 mHelper.createNotificationChannel(PKG, UID, channel, true, false);
546 mHelper.createNotificationChannel(PKG, UID, channel, true, false);
587 mHelper.createNotificationChannel(PKG, UID, channel, true, false)
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java     [all...]
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 413 milliseconds

12