Searched refs:getGroups (Results 1 – 5 of 5) sorted by relevance
96 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()
104 mChannelGroupList = mBackend.getGroups(mAppRow.pkg, mAppRow.uid).getList(); in updateState()110 mChannelGroupList = mBackend.getGroups(mAppRow.pkg, mAppRow.uid).getList(); in updateState()
144 List<NotificationChannelGroup> mChannelGroupList = mBackend.getGroups(mAppRow.pkg, in loadAppChannels()
103 public List<PermissionGroup> getGroups() { in getGroups() method in PermissionGroups
266 public ParceledListSlice<NotificationChannelGroup> getGroups(String pkg, int uid) { in getGroups() method in NotificationBackend