Searched refs:getNotificationChannelGroup (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 111 NotificationChannelGroup getNotificationChannelGroup(String pkg, String channelGroupId); in getNotificationChannelGroup() method
|
D | NotificationManager.java | 917 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/ |
D | PreferencesHelperTest.java | 673 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()
|
D | NotificationManagerServiceTest.java | 2149 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/ |
D | NotificationManagerService.java | 2453 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);
|
D | PreferencesHelper.java | 1226 public NotificationChannelGroup getNotificationChannelGroup(String groupId, String pkg, in getNotificationChannelGroup() method in PreferencesHelper
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/services/ |
D | art-profile | 21331 HPLcom/android/server/notification/NotificationManagerService$10;->getNotificationChannelGroup(Ljav… 22142 HPLcom/android/server/notification/PreferencesHelper;->getNotificationChannelGroup(Ljava/lang/Strin…
|
/frameworks/base/api/ |
D | current.txt | 6011 method public android.app.NotificationChannelGroup getNotificationChannelGroup(String);
|