Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java6281 final String nonSystemPackage = "non.system.package"; in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile() local
6284 nonSystemPackage, in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
6299 nonSystemPackage, MANAGED_PROFILE_USER_ID)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
6303 nonSystemPackage, UserHandle.USER_SYSTEM)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
6316 nonSystemPackage, MANAGED_PROFILE_USER_ID)).isFalse(); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()
6320 nonSystemPackage, UserHandle.USER_SYSTEM)).isTrue(); in testSetPermittedCrossProfileNotificationListeners_doesNotAffectPrimaryProfile()