Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java6190 final String systemListener = "system.package"; in testSetPermittedCrossProfileNotificationListeners_managedProfile() local
6192 systemListener, in testSetPermittedCrossProfileNotificationListeners_managedProfile()
6205 systemListener, MANAGED_PROFILE_USER_ID)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_managedProfile()
6223 systemListener, MANAGED_PROFILE_USER_ID)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_managedProfile()
6238 systemListener, MANAGED_PROFILE_USER_ID)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_managedProfile()
6251 systemListener, MANAGED_PROFILE_USER_ID)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_managedProfile()
6270 final String systemListener = "system.package"; in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile() local
6272 systemListener, in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
6283 systemListener, MANAGED_PROFILE_USER_ID)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
6287 systemListener, UserHandle.USER_SYSTEM)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
[all …]