Home
last modified time | relevance | path

Searched refs:getGroups (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DAppChannelsBypassingDndPreferenceControllerTest.java96 when(mBackend.getGroups(eq(mAppRow.pkg), eq(mAppRow.uid))).thenReturn( in displayPreference_showsAllAndChannels()
113 when(mBackend.getGroups(eq(mAppRow.pkg), eq(mAppRow.uid))).thenReturn( in displayPreference_canToggleAllInterrupt()
125 when(mBackend.getGroups(eq(mAppRow.pkg), eq(mAppRow.uid))).thenReturn( in displayPreference_canToggleInterruptIfChannelEnabled()
143 when(mBackend.getGroups(eq(mAppRow.pkg), eq(mAppRow.uid))).thenReturn( in displayPreference_appBlocked_cannotToggleAllOrChannelInterrupts()
196 when(mBackend.getGroups(eq(mAppRow.pkg), eq(mAppRow.uid))).thenReturn(groups); in displayPreference_duplicateChannelName_AddsGroupNameAsSummary()
/packages/apps/Settings/src/com/android/settings/notification/app/
DChannelListPreferenceController.java104 mChannelGroupList = mBackend.getGroups(mAppRow.pkg, mAppRow.uid).getList(); in updateState()
110 mChannelGroupList = mBackend.getGroups(mAppRow.pkg, mAppRow.uid).getList(); in updateState()
DAppChannelsBypassingDndPreferenceController.java144 List<NotificationChannelGroup> mChannelGroupList = mBackend.getGroups(mAppRow.pkg, in loadAppChannels()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/legacy/
DPermissionGroups.java103 public List<PermissionGroup> getGroups() { in getGroups() method in PermissionGroups
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java266 public ParceledListSlice<NotificationChannelGroup> getGroups(String pkg, int uid) { in getGroups() method in NotificationBackend