Searched refs:CALLER_UID (Results 1 – 3 of 3) sorted by relevance
720 mContext.binder.callingUid = DpmMockContext.CALLER_UID; in testRemoveActiveAdmin_userNotRunningOrLocked()1133 mContext.binder.callingUid = DpmMockContext.CALLER_UID; in setDeviceOwner()2384 DpmMockContext.CALLER_UID); in testSetFactoryResetProtectionPolicyWithDO()2422 DpmMockContext.CALLER_UID); in testSetFactoryResetProtectionPolicyWithPOOfOrganizationOwnedDevice()2461 DpmMockContext.CALLER_UID); in testGetFactoryResetProtectionPolicyWithFrpManagementAgent()6776 DpmMockContext.CALLER_UID)).isFalse(); in testHasDeviceIdAccessUnchecked_profileOwnerCaller()6784 DpmMockContext.CALLER_UID)).isTrue(); in testHasDeviceIdAccessUnchecked_profileOwnerCaller()6789 DpmMockContext.CALLER_UID)).isFalse(); in testHasDeviceIdAccessUnchecked_profileOwnerCaller()6825 DpmMockContext.CALLER_UID)).isTrue(); in testHasDeviceIdAccessUnchecked_delegateCaller()6847 DpmMockContext.CALLER_UID)).isFalse(); in testHasDeviceIdAccessUnchecked_delegateCallerWithoutPermissions()[all …]
64 public static final int CALLER_UID = UserHandle.getUid(CALLER_USER_HANDLE, 20123); field in DpmMockContext102 public int callingUid = CALLER_UID;
67 setUpPackageManagerForAdmin(admin1, DpmMockContext.CALLER_UID); in setUp()