Searched refs:createNotificationChannels (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
D | CarrierDefaultBroadcastReceiver.java | 36 CarrierActionUtils.createNotificationChannels(context); in onReceive()
|
D | CarrierActionUtils.java | 224 createNotificationChannels(context); in getNotification() 251 static void createNotificationChannels(Context context) { in createNotificationChannels() method in CarrierActionUtils
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
D | ChannelsTest.java | 65 verify(mMockNotificationManager).createNotificationChannels(captor.capture()); in testChannelSetup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NotificationChannels.java | 77 nm.createNotificationChannels(Arrays.asList( in createAll()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | NotificationChannelController.java | 91 .createNotificationChannels(Arrays.asList( in createAll()
|
/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 185 nm.createNotificationChannels(channelsList); in createAll()
|
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 698 createNotificationChannels(Arrays.asList(channel)); in createNotificationChannel() 707 public void createNotificationChannels(@NonNull List<NotificationChannel> channels) { in createNotificationChannels() method in NotificationManager 710 service.createNotificationChannels(mContext.getPackageName(), in createNotificationChannels()
|
D | INotificationManager.aidl | 86 void createNotificationChannels(String pkg, in ParceledListSlice channelsList); in createNotificationChannels() method
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 402 mBinderService.createNotificationChannels( in setUp() 549 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_SingleChannel() 559 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_NullChannelThrowsException() 573 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_TwoChannels() 586 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_SecondCreateDoesNotChangeImportance() 592 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_SecondCreateDoesNotChangeImportance() 604 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_SecondCreateAllowedToDowngradeImportance() 610 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_SecondCreateAllowedToDowngradeImportance() 622 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated() 633 mBinderService.createNotificationChannels(PKG, in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 2675 public void createNotificationChannels(String pkg,
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1601 HSPLandroid/app/INotificationManager$Stub$Proxy;->createNotificationChannels(Ljava/lang/String;Land… 1979 HSPLandroid/app/NotificationManager;->createNotificationChannels(Ljava/util/List;)V
|
D | hiddenapi-greylist-max-o.txt | 6845 Landroid/app/INotificationManager$Stub$Proxy;->createNotificationChannels(Ljava/lang/String;Landroi… 7041 Landroid/app/INotificationManager;->createNotificationChannels(Ljava/lang/String;Landroid/content/p…
|
/frameworks/base/services/ |
D | art-profile | 9366 HSPLcom/android/server/notification/NotificationManagerService$10;->createNotificationChannels(Ljav…
|
/frameworks/base/api/ |
D | current.txt | 5815 …method public void createNotificationChannels(@NonNull java.util.List<android.app.NotificationChan…
|