Searched refs:getPermittedCrossProfileNotificationListeners (Results 1 – 7 of 7) sorted by relevance
6144 assertThat(dpms.getPermittedCrossProfileNotificationListeners(admin1)).isNull(); in assertSetPermittedCrossProfileNotificationListenersUnavailable()6153 assertThat(dpms.getPermittedCrossProfileNotificationListeners(admin1)).isNull(); in assertSetPermittedCrossProfileNotificationListenersUnavailable()6215 assertThat(dpms.getPermittedCrossProfileNotificationListeners(admin1)).isNull(); in testSetPermittedCrossProfileNotificationListeners_managedProfile()6230 dpms.getPermittedCrossProfileNotificationListeners(admin1); in testSetPermittedCrossProfileNotificationListeners_managedProfile()6247 assertThat(dpms.getPermittedCrossProfileNotificationListeners(admin1).size()).isEqualTo(0); in testSetPermittedCrossProfileNotificationListeners_managedProfile()6261 assertThat(dpms.getPermittedCrossProfileNotificationListeners(admin1)).isNull(); in testSetPermittedCrossProfileNotificationListeners_managedProfile()6295 assertThat(dpms.getPermittedCrossProfileNotificationListeners(admin1)).isNull(); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()6312 assertThat(dpms.getPermittedCrossProfileNotificationListeners(admin1).size()).isEqualTo(0); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
275 List<String> getPermittedCrossProfileNotificationListeners(in ComponentName admin); in getPermittedCrossProfileNotificationListeners() method
11420 public @Nullable List<String> getPermittedCrossProfileNotificationListeners( in getPermittedCrossProfileNotificationListeners() method in DevicePolicyManager11425 return mService.getPermittedCrossProfileNotificationListeners(admin); in getPermittedCrossProfileNotificationListeners()
12458 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…
8068 …hod @Nullable public java.util.List<java.lang.String> getPermittedCrossProfileNotificationListener…