Searched refs:getPermittedCrossProfileNotificationListeners (Results 1 – 6 of 6) sorted by relevance
4509 assertNull(dpms.getPermittedCrossProfileNotificationListeners(admin1)); in assertSetPermittedCrossProfileNotificationListenersUnavailable()4518 assertNull(dpms.getPermittedCrossProfileNotificationListeners(admin1)); in assertSetPermittedCrossProfileNotificationListenersUnavailable()4578 assertNull(dpms.getPermittedCrossProfileNotificationListeners(admin1)); in testSetPermittedCrossProfileNotificationListeners_managedProfile()4593 dpms.getPermittedCrossProfileNotificationListeners(admin1); in testSetPermittedCrossProfileNotificationListeners_managedProfile()4610 assertEquals(0, dpms.getPermittedCrossProfileNotificationListeners(admin1).size()); in testSetPermittedCrossProfileNotificationListeners_managedProfile()4624 assertNull(dpms.getPermittedCrossProfileNotificationListeners(admin1)); in testSetPermittedCrossProfileNotificationListeners_managedProfile()4657 assertNull(dpms.getPermittedCrossProfileNotificationListeners(admin1)); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()4674 assertEquals(0, dpms.getPermittedCrossProfileNotificationListeners(admin1).size()); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
226 List<String> getPermittedCrossProfileNotificationListeners(in ComponentName admin); in getPermittedCrossProfileNotificationListeners() method
7311 public @Nullable List<String> getPermittedCrossProfileNotificationListeners( in getPermittedCrossProfileNotificationListeners() method in DevicePolicyManager7316 return mService.getPermittedCrossProfileNotificationListeners(admin); in getPermittedCrossProfileNotificationListeners()
9572 public List<String> getPermittedCrossProfileNotificationListeners(ComponentName who) { in getPermittedCrossProfileNotificationListeners() method
2956 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getPermittedCrossProfileNotificationListeners(…3487 Landroid/app/admin/IDevicePolicyManager;->getPermittedCrossProfileNotificationListeners(Landroid/co…
6693 …hod @Nullable public java.util.List<java.lang.String> getPermittedCrossProfileNotificationListener…