Home
last modified time | relevance | path

Searched refs:getNotificationChannelGroup (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/
DINotificationManager.aidl111 NotificationChannelGroup getNotificationChannelGroup(String pkg, String channelGroupId); in getNotificationChannelGroup() method
DNotificationManager.java917 public NotificationChannelGroup getNotificationChannelGroup(String channelGroupId) { in getNotificationChannelGroup() method in NotificationManager
920 return service.getNotificationChannelGroup(mContext.getPackageName(), channelGroupId); in getNotificationChannelGroup()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java673 assertNull(mHelper.getNotificationChannelGroup(ncg.getId(), PKG_N_MR1, UID_N_MR1)); in testChannelXml_backup()
1638 assertNull(mHelper.getNotificationChannelGroup(deleted.getId(), PKG_N_MR1, UID_N_MR1)); in testDeleteGroup()
1640 mHelper.getNotificationChannelGroup(notDeleted.getId(), PKG_N_MR1, UID_N_MR1)); in testDeleteGroup()
DNotificationManagerServiceTest.java2149 when(mPreferencesHelper.getNotificationChannelGroup(eq(existing.getId()), in testUpdateGroupNotifyCreatorBlock()
2173 when(mPreferencesHelper.getNotificationChannelGroup(eq(existing.getId()), in testUpdateGroupNotifyCreatorUnblock()
2194 when(mPreferencesHelper.getNotificationChannelGroup( in testUpdateGroupNoNotifyCreatorOtherChanges()
2297 when(mPreferencesHelper.getNotificationChannelGroup(eq(ncg.getId()), eq(PKG), anyInt())) in testDeleteChannelGroupNotifyListener()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2453 mPreferencesHelper.getNotificationChannelGroup(group.getId(), pkg, uid);
3426 public NotificationChannelGroup getNotificationChannelGroup(String pkg, String groupId) {
3446 mPreferencesHelper.getNotificationChannelGroup(groupId, pkg, callingUid);
3567 return mPreferencesHelper.getNotificationChannelGroup(groupId, pkg, uid);
DPreferencesHelper.java1226 public NotificationChannelGroup getNotificationChannelGroup(String groupId, String pkg, in getNotificationChannelGroup() method in PreferencesHelper
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/services/
Dart-profile21331 HPLcom/android/server/notification/NotificationManagerService$10;->getNotificationChannelGroup(Ljav…
22142 HPLcom/android/server/notification/PreferencesHelper;->getNotificationChannelGroup(Ljava/lang/Strin…
/frameworks/base/api/
Dcurrent.txt6011 method public android.app.NotificationChannelGroup getNotificationChannelGroup(String);