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.java1010 final int MANAGED_PROFILE_ADMIN_UID = in testSetActivePasswordState_sendToProfiles() local
1017 addManagedProfile(admin1, MANAGED_PROFILE_ADMIN_UID, admin1); in testSetActivePasswordState_sendToProfiles()
1047 final int MANAGED_PROFILE_ADMIN_UID = in testSetActivePasswordState_notSentToParent() local
1057 addManagedProfile(admin1, MANAGED_PROFILE_ADMIN_UID, admin1); in testSetActivePasswordState_notSentToParent()
2275 final int MANAGED_PROFILE_ADMIN_UID = in testSetUserRestriction_asPoOfOrgOwnedDevice() local
2277 mContext.binder.callingUid = MANAGED_PROFILE_ADMIN_UID; in testSetUserRestriction_asPoOfOrgOwnedDevice()
2279 addManagedProfile(admin1, MANAGED_PROFILE_ADMIN_UID, admin1); in testSetUserRestriction_asPoOfOrgOwnedDevice()
2597 final int MANAGED_PROFILE_ADMIN_UID = in testSetKeyguardDisabledFeaturesWithPOOfOrganizationOwnedDevice() local
2599 mContext.binder.callingUid = MANAGED_PROFILE_ADMIN_UID; in testSetKeyguardDisabledFeaturesWithPOOfOrganizationOwnedDevice()
2601 addManagedProfile(admin1, MANAGED_PROFILE_ADMIN_UID, admin1); in testSetKeyguardDisabledFeaturesWithPOOfOrganizationOwnedDevice()
[all …]