Home
last modified time | relevance | path

Searched refs:getPermittedCrossProfileNotificationListeners (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl273 List<String> getPermittedCrossProfileNotificationListeners(in ComponentName admin); in getPermittedCrossProfileNotificationListeners() method
H A DDevicePolicyManager.java11073 public @Nullable List<String> getPermittedCrossProfileNotificationListeners( in getPermittedCrossProfileNotificationListeners() method in DevicePolicyManager
11078 return mService.getPermittedCrossProfileNotificationListeners(admin); in getPermittedCrossProfileNotificationListeners()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java6126 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()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java12533 public List<String> getPermittedCrossProfileNotificationListeners(ComponentName who) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2700 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getPermittedCrossProfileNotificationListeners(…
3227 Landroid/app/admin/IDevicePolicyManager;->getPermittedCrossProfileNotificationListeners(Landroid/co…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt7844 …hod @Nullable public java.util.List<java.lang.String> getPermittedCrossProfileNotificationListener…