Searched refs:isNotificationListenerServicePermitted (Results 1 – 8 of 8) sorted by relevance
6164 assertThat(dpms.isNotificationListenerServicePermitted( in testIsNotificationListenerServicePermitted_onlySystemCanCall()6200 assertThat(dpms.isNotificationListenerServicePermitted( in testSetPermittedCrossProfileNotificationListeners_managedProfile()6202 assertThat(dpms.isNotificationListenerServicePermitted( in testSetPermittedCrossProfileNotificationListeners_managedProfile()6204 assertThat(dpms.isNotificationListenerServicePermitted( in testSetPermittedCrossProfileNotificationListeners_managedProfile()6217 assertThat(dpms.isNotificationListenerServicePermitted( in testSetPermittedCrossProfileNotificationListeners_managedProfile()6219 assertThat(dpms.isNotificationListenerServicePermitted( in testSetPermittedCrossProfileNotificationListeners_managedProfile()6222 assertThat(dpms.isNotificationListenerServicePermitted( in testSetPermittedCrossProfileNotificationListeners_managedProfile()6232 assertThat(dpms.isNotificationListenerServicePermitted( in testSetPermittedCrossProfileNotificationListeners_managedProfile()6234 assertThat(dpms.isNotificationListenerServicePermitted( in testSetPermittedCrossProfileNotificationListeners_managedProfile()6237 assertThat(dpms.isNotificationListenerServicePermitted( in testSetPermittedCrossProfileNotificationListeners_managedProfile()[all …]
274 boolean isNotificationListenerServicePermitted(in String packageName, int userId); in isNotificationListenerServicePermitted() method
11094 public boolean isNotificationListenerServicePermitted( in isNotificationListenerServicePermitted() method in DevicePolicyManager11098 return mService.isNotificationListenerServicePermitted(packageName, userId); in isNotificationListenerServicePermitted()
1742 when(mDpm.isNotificationListenerServicePermitted(anyString(), anyInt())).thenReturn(true); in testInfoIsPermittedForProfile_profileAndDpmAllows()1758 when(mDpm.isNotificationListenerServicePermitted(anyString(), anyInt())).thenReturn(false); in testInfoIsPermittedForProfile_profileAndDpmDenies()
1886 return dpm.isNotificationListenerServicePermitted( in isPermittedForProfile()
12551 public boolean isNotificationListenerServicePermitted(String packageName, int userId) {
2528 Landroid/app/admin/DevicePolicyManager;->isNotificationListenerServicePermitted(Ljava/lang/String;I…2747 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->isNotificationListenerServicePermitted(Ljava/l…3274 Landroid/app/admin/IDevicePolicyManager;->isNotificationListenerServicePermitted(Ljava/lang/String;…
3198 …android/server/devicepolicy/DevicePolicyManagerService;->isNotificationListenerServicePermitted(Lj…