Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java952 final int MANAGED_PROFILE_ADMIN_UID = in testSetActivePasswordState_sendToProfiles() local
959 addManagedProfile(admin1, MANAGED_PROFILE_ADMIN_UID, admin1); in testSetActivePasswordState_sendToProfiles()
988 final int MANAGED_PROFILE_ADMIN_UID = in testSetActivePasswordState_notSentToParent() local
998 addManagedProfile(admin1, MANAGED_PROFILE_ADMIN_UID, admin1); in testSetActivePasswordState_notSentToParent()
2264 final int MANAGED_PROFILE_ADMIN_UID = in testSetUserRestriction_asPoOfOrgOwnedDevice() local
2266 mContext.binder.callingUid = MANAGED_PROFILE_ADMIN_UID; in testSetUserRestriction_asPoOfOrgOwnedDevice()
2268 addManagedProfile(admin1, MANAGED_PROFILE_ADMIN_UID, admin1); in testSetUserRestriction_asPoOfOrgOwnedDevice()
2584 final int MANAGED_PROFILE_ADMIN_UID = in testSetKeyguardDisabledFeaturesWithPOOfOrganizationOwnedDevice() local
2586 mContext.binder.callingUid = MANAGED_PROFILE_ADMIN_UID; in testSetKeyguardDisabledFeaturesWithPOOfOrganizationOwnedDevice()
2588 addManagedProfile(admin1, MANAGED_PROFILE_ADMIN_UID, admin1); in testSetKeyguardDisabledFeaturesWithPOOfOrganizationOwnedDevice()
[all …]