Home
last modified time | relevance | path

Searched refs:createNotificationChannels (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCarrierDefaultBroadcastReceiver.java36 CarrierActionUtils.createNotificationChannels(context); in onReceive()
H A DCarrierActionUtils.java223 createNotificationChannels(context); in getNotification()
250 static void createNotificationChannels(Context context) { in createNotificationChannels() method in CarrierActionUtils
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
H A DNotificationChannelsTest.java64 verify(mMockNotificationManager).createNotificationChannels(captor.capture()); in testChannelSetup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNotificationChannels.java98 nm.createNotificationChannels(Arrays.asList( in createAll()
/aosp14/frameworks/base/core/java/com/android/internal/notification/
H A DSystemNotificationChannels.java220 nm.createNotificationChannels(channelsList); in createAll()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationManager.java953 createNotificationChannels(Arrays.asList(channel)); in createNotificationChannel()
962 public void createNotificationChannels(@NonNull List<NotificationChannel> channels) { in createNotificationChannels() method in NotificationManager
965 service.createNotificationChannels(mContext.getPackageName(), in createNotificationChannels()
H A DINotificationManager.aidl94 void createNotificationChannels(String pkg, in ParceledListSlice channelsList); in createNotificationChannels() method
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationShellCmd.java439 mBinderService.createNotificationChannels(callingPackage, in ensureChannel()
H A DNotificationManagerService.java3957 public void createNotificationChannels(String pkg, ParceledListSlice channelsList) {
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java696 mBinderService.createNotificationChannels( in setUp()
698 mBinderService.createNotificationChannels( in setUp()
700 mBinderService.createNotificationChannels( in setUp()
1134 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_SingleChannel()
1173 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_SecondChannelWithFgndTaskDoesntStartPermDialog()
1187 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_FirstChannelWithBgndTaskDoesntStartPermDialog()
1200 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_TwoChannels()
1213 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_SecondCreateDoesNotChangeImportance()
1302 mBinderService.createNotificationChannels( in testBlockedNotifications_blockedChannel()
1321 mBinderService.createNotificationChannels( in testEnqueuedBlockedNotifications_appBlockedChannelForegroundService()
[all …]
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt1955 HSPLandroid/app/INotificationManager$Stub$Proxy;->createNotificationChannels(Ljava/lang/String;Land…
2396 HSPLandroid/app/NotificationManager;->createNotificationChannels(Ljava/util/List;)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt1955 HSPLandroid/app/INotificationManager$Stub$Proxy;->createNotificationChannels(Ljava/lang/String;Land…
2396 HSPLandroid/app/NotificationManager;->createNotificationChannels(Ljava/util/List;)V
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/services/
H A Dart-profile5096 HSPLcom/android/server/notification/NotificationManagerService$10;->createNotificationChannels(Ljav…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6425 Landroid/app/INotificationManager$Stub$Proxy;->createNotificationChannels(Ljava/lang/String;Landroi…
6619 Landroid/app/INotificationManager;->createNotificationChannels(Ljava/lang/String;Landroid/content/p…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6803 …method public void createNotificationChannels(@NonNull java.util.List<android.app.NotificationChan…