Home
last modified time | relevance | path

Searched refs:enabledAndUserMatches (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java4159 when(mListener.enabledAndUserMatches(anyInt())).thenReturn(false); in testUpdateNotificationChannelFromPrivilegedListener_badUser()
4314 when(mListener.enabledAndUserMatches(anyInt())).thenReturn(false); in testGetNotificationChannelFromPrivilegedListener_badUser()
4365 when(mListener.enabledAndUserMatches(anyInt())).thenReturn(false); in testGetNotificationChannelGroupsFromPrivilegedListener_badUser()
4403 when(mListener.enabledAndUserMatches(anyInt())).thenReturn(false); in testCrossUserSnooze()
4422 when(mListener.enabledAndUserMatches(anyInt())).thenReturn(true); in testSameUserSnooze()
4444 when(mListener.enabledAndUserMatches(anyInt())).thenReturn(true); in snoozeNotificationInt_rapidSnooze_new()
4470 when(mListener.enabledAndUserMatches(anyInt())).thenReturn(true); in snoozeNotificationInt_rapidSnooze_old()
4496 when(mListener.enabledAndUserMatches(anyInt())).thenReturn(true); in snoozeNotificationInt_rapidSnooze_new_flagDisabled()
4522 when(mListener.enabledAndUserMatches(anyInt())).thenReturn(true); in snoozeNotificationInt_rapidSnooze_old_flagDisabled()
11665 when(info.enabledAndUserMatches(info.userid)).thenReturn(false);
[all …]
DNotificationListenersTest.java955 when(i1.enabledAndUserMatches(anyInt())).thenReturn(true); in getMockServiceInfo()
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java1923 public boolean enabledAndUserMatches(int nid) { in enabledAndUserMatches() method in ManagedServices.ManagedServiceInfo
DNotificationManagerService.java6447 if (!info.enabledAndUserMatches(user.getIdentifier())) {
10114 if (!listener.enabledAndUserMatches(r.getSbn().getNormalizedUserId())){
10715 if (!listener.enabledAndUserMatches(sbn.getUserId())) {
12293 if (!info.enabledAndUserMatches(UserHandle.getCallingUserId())
12316 if (!info.enabledAndUserMatches(UserHandle.getCallingUserId())
/frameworks/base/services/
Dart-profile2005 HSPLcom/android/server/notification/ManagedServices$ManagedServiceInfo;->enabledAndUserMatches(I)Z+…
Dart-wear-profile15647 HPLcom/android/server/notification/ManagedServices$ManagedServiceInfo;->enabledAndUserMatches(I)Z