Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java6149 final String permittedListener = "some.package"; in testIsNotificationListenerServicePermitted_onlySystemCanCall() local
6151 permittedListener, in testIsNotificationListenerServicePermitted_onlySystemCanCall()
6156 admin1, Collections.singletonList(permittedListener))).isTrue(); in testIsNotificationListenerServicePermitted_onlySystemCanCall()
6161 permittedListener, MANAGED_PROFILE_USER_ID)); in testIsNotificationListenerServicePermitted_onlySystemCanCall()
6165 permittedListener, MANAGED_PROFILE_USER_ID)).isTrue(); in testIsNotificationListenerServicePermitted_onlySystemCanCall()
6177 final String permittedListener = "permitted.package"; in testSetPermittedCrossProfileNotificationListeners_managedProfile() local
6180 permittedListener, in testSetPermittedCrossProfileNotificationListeners_managedProfile()
6201 permittedListener, MANAGED_PROFILE_USER_ID)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_managedProfile()
6218 permittedListener, MANAGED_PROFILE_USER_ID)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_managedProfile()
6233 permittedListener, MANAGED_PROFILE_USER_ID)).isFalse(); in testSetPermittedCrossProfileNotificationListeners_managedProfile()
[all …]