/aosp14/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
H A D | CarrierDefaultBroadcastReceiver.java | 36 CarrierActionUtils.createNotificationChannels(context); in onReceive()
|
H A D | CarrierActionUtils.java | 223 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 D | NotificationChannelsTest.java | 64 verify(mMockNotificationManager).createNotificationChannels(captor.capture()); in testChannelSetup()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | NotificationChannels.java | 98 nm.createNotificationChannels(Arrays.asList( in createAll()
|
/aosp14/frameworks/base/core/java/com/android/internal/notification/ |
H A D | SystemNotificationChannels.java | 220 nm.createNotificationChannels(channelsList); in createAll()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | NotificationManager.java | 953 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 D | INotificationManager.aidl | 94 void createNotificationChannels(String pkg, in ParceledListSlice channelsList); in createNotificationChannels() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationShellCmd.java | 439 mBinderService.createNotificationChannels(callingPackage, in ensureChannel()
|
H A D | NotificationManagerService.java | 3957 public void createNotificationChannels(String pkg, ParceledListSlice channelsList) {
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 696 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 D | boot-image-profile.txt | 1955 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 D | boot-image-profile.txt | 1955 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/services/ |
H A D | art-profile | 5096 HSPLcom/android/server/notification/NotificationManagerService$10;->createNotificationChannels(Ljav…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 6425 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 D | current.txt | 6803 …method public void createNotificationChannels(@NonNull java.util.List<android.app.NotificationChan…
|