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

1 2

  /cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
SendNotification.java 71 notificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL);
  /frameworks/base/services/core/java/com/android/server/notification/
RankingConfig.java 44 void deleteNotificationChannel(String pkg, int uid, String channelId);
RankingHelper.java 754 public void deleteNotificationChannel(String pkg, int uid, String channelId) {
    [all...]
NotificationManagerService.java     [all...]
  /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
SimpleForegroundService.java 118 notificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID);
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyService.java 103 .deleteNotificationChannel(NOTIFICATION_CHANNEL_ID);
  /cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
StatsdCtsForegroundService.java 122 notificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotificationManager.java 109 // https://developer.android.com/reference/android/app/NotificationManager.html#deleteNotificationChannel%28java.lang.String%29
131 public void deleteNotificationChannel(String channelId) {
153 deleteNotificationChannel(channelId);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/
NotificationChannels.java 92 nm.deleteNotificationChannel(SCREENSHOTS_LEGACY);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
ChannelsTest.java 80 verify(mMockNotificationManager).deleteNotificationChannel(
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
NotificationChannelController.java 101 .deleteNotificationChannel(CHANNEL_ID_MOBILE_DATA_ALERT_DEPRECATED);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowNotificationManagerTest.java 88 public void deleteNotificationChannel() {
93 notificationManager.deleteNotificationChannel(channelId);
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
RankingHelperTest.java 615 mHelper.deleteNotificationChannel(PKG, UID, channel1.getId());
    [all...]
  /cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
ReflectorVpnService.java 85 notificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID);
  /frameworks/base/services/core/java/com/android/server/wm/
AlertWindowNotification.java 92 mNotificationManager.deleteNotificationChannel(mNotificationTag);
  /packages/apps/Dialer/java/com/android/dialer/notification/
NotificationChannelManager.java 78 notificationManager.deleteNotificationChannel(existingChannelId);
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 110 mNotificationManager.deleteNotificationChannel(nc.getId());
356 mNotificationManager.deleteNotificationChannel(channel.getId());
362 mNotificationManager.deleteNotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID);
419 mNotificationManager.deleteNotificationChannel(channel3.getId());
445 mNotificationManager.deleteNotificationChannel(channel.getId());
    [all...]
ServiceTest.java 452 getNotificationManager().deleteNotificationChannel(NOTIFICATION_CHANNEL_ID);
    [all...]
  /frameworks/base/core/java/android/app/
INotificationManager.aidl 78 void deleteNotificationChannel(String pkg, String channelId);
NotificationManager.java 581 public void deleteNotificationChannel(String channelId) {
584 service.deleteNotificationChannel(mContext.getPackageName(), channelId);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
AttentionManagementVerifierActivity.java 154 mNm.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID);
155 mNm.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID_NOISY);
156 mNm.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID_MEDIA);
157 mNm.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID_GAME);
    [all...]
NotificationListenerVerifierActivity.java 144 mNm.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID);
299 mNm.deleteNotificationChannel(mChannelId);
    [all...]
  /cts/tests/tests/systemui/src/android/systemui/cts/
LightBarTests.java 100 mNm.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID);
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 424 notificationManager.deleteNotificationChannel(channel.getId());
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java     [all...]

Completed in 1738 milliseconds

1 2