Searched refs:getNotificationChannelGroup (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 102 NotificationChannelGroup getNotificationChannelGroup(String pkg, String channelGroupId); in getNotificationChannelGroup() method
|
D | NotificationManager.java | 774 public NotificationChannelGroup getNotificationChannelGroup(String channelGroupId) { in getNotificationChannelGroup() method in NotificationManager 777 return service.getNotificationChannelGroup(mContext.getPackageName(), channelGroupId); in getNotificationChannelGroup()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 598 assertNull(mHelper.getNotificationChannelGroup(ncg.getId(), PKG_N_MR1, UID_N_MR1)); in testChannelXml_backup() 1540 assertNull(mHelper.getNotificationChannelGroup(deleted.getId(), PKG_N_MR1, UID_N_MR1)); in testDeleteGroup() 1542 mHelper.getNotificationChannelGroup(notDeleted.getId(), PKG_N_MR1, UID_N_MR1)); in testDeleteGroup()
|
D | NotificationManagerServiceTest.java | 1598 … when(mPreferencesHelper.getNotificationChannelGroup(eq(existing.getId()), eq(PKG), anyInt())) in testUpdateGroupNotifyCreatorBlock() 1621 … when(mPreferencesHelper.getNotificationChannelGroup(eq(existing.getId()), eq(PKG), anyInt())) in testUpdateGroupNotifyCreatorUnblock() 1641 … when(mPreferencesHelper.getNotificationChannelGroup(eq(existing.getId()), eq(PKG), anyInt())) in testUpdateGroupNoNotifyCreatorOtherChanges() 1738 when(mPreferencesHelper.getNotificationChannelGroup(eq(ncg.getId()), eq(PKG), anyInt())) in testDeleteChannelGroupNotifyListener()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 1995 mPreferencesHelper.getNotificationChannelGroup(group.getId(), pkg, uid); 2717 public NotificationChannelGroup getNotificationChannelGroup(String pkg, String groupId) { 2737 mPreferencesHelper.getNotificationChannelGroup(groupId, pkg, callingUid); 2820 return mPreferencesHelper.getNotificationChannelGroup(groupId, pkg, uid);
|
D | PreferencesHelper.java | 968 public NotificationChannelGroup getNotificationChannelGroup(String groupId, String pkg, in getNotificationChannelGroup() method in PreferencesHelper
|
/frameworks/base/services/ |
D | art-profile | 9390 PLcom/android/server/notification/NotificationManagerService$10;->getNotificationChannelGroup(Ljava… 9783 PLcom/android/server/notification/PreferencesHelper;->getNotificationChannelGroup(Ljava/lang/String…
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |