Searched refs:getPermittedCrossProfileNotificationListeners (Results 1 – 7 of 7) sorted by relevance
273 List<String> getPermittedCrossProfileNotificationListeners(in ComponentName admin); in getPermittedCrossProfileNotificationListeners() method
11073 public @Nullable List<String> getPermittedCrossProfileNotificationListeners( in getPermittedCrossProfileNotificationListeners() method in DevicePolicyManager11078 return mService.getPermittedCrossProfileNotificationListeners(admin); in getPermittedCrossProfileNotificationListeners()
6126 assertThat(dpms.getPermittedCrossProfileNotificationListeners(admin1)).isNull(); in assertSetPermittedCrossProfileNotificationListenersUnavailable()6135 assertThat(dpms.getPermittedCrossProfileNotificationListeners(admin1)).isNull(); in assertSetPermittedCrossProfileNotificationListenersUnavailable()6197 assertThat(dpms.getPermittedCrossProfileNotificationListeners(admin1)).isNull(); in testSetPermittedCrossProfileNotificationListeners_managedProfile()6212 dpms.getPermittedCrossProfileNotificationListeners(admin1); in testSetPermittedCrossProfileNotificationListeners_managedProfile()6229 assertThat(dpms.getPermittedCrossProfileNotificationListeners(admin1).size()).isEqualTo(0); in testSetPermittedCrossProfileNotificationListeners_managedProfile()6243 assertThat(dpms.getPermittedCrossProfileNotificationListeners(admin1)).isNull(); in testSetPermittedCrossProfileNotificationListeners_managedProfile()6277 assertThat(dpms.getPermittedCrossProfileNotificationListeners(admin1)).isNull(); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()6294 assertThat(dpms.getPermittedCrossProfileNotificationListeners(admin1).size()).isEqualTo(0); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
12533 public List<String> getPermittedCrossProfileNotificationListeners(ComponentName who) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
2700 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getPermittedCrossProfileNotificationListeners(…3227 Landroid/app/admin/IDevicePolicyManager;->getPermittedCrossProfileNotificationListeners(Landroid/co…
7844 …hod @Nullable public java.util.List<java.lang.String> getPermittedCrossProfileNotificationListener…