Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java5970 final String systemListener = "system.package"; in testSetPermittedCrossProfileNotificationListeners_managedProfile() local
5972 systemListener, in testSetPermittedCrossProfileNotificationListeners_managedProfile()
5985 systemListener, MANAGED_PROFILE_USER_ID)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_managedProfile()
6003 systemListener, MANAGED_PROFILE_USER_ID)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_managedProfile()
6018 systemListener, MANAGED_PROFILE_USER_ID)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_managedProfile()
6031 systemListener, MANAGED_PROFILE_USER_ID)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_managedProfile()
6050 final String systemListener = "system.package"; in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile() local
6052 systemListener, in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
6063 systemListener, MANAGED_PROFILE_USER_ID)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
6067 systemListener, UserHandle.USER_SYSTEM)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
[all …]