Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java6263 final String nonSystemPackage = "non.system.package"; in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile() local
6266 nonSystemPackage, in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
6281 nonSystemPackage, MANAGED_PROFILE_USER_ID)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
6285 nonSystemPackage, UserHandle.USER_SYSTEM)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
6298 nonSystemPackage, MANAGED_PROFILE_USER_ID)).isFalse(); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
6302 nonSystemPackage, UserHandle.USER_SYSTEM)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()