Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOwners.java533 boolean isAdminTestOnly) { in setDeviceOwnerType() argument
538 } else if (!isAdminTestOnly && isDeviceOwnerTypeSetForDeviceOwner(packageName)) { in setDeviceOwnerType()
DDevicePolicyManagerService.java22276 boolean isAdminTestOnly;
22280 isAdminTestOnly = isAdminTestOnlyLocked(admin, mOwners.getDeviceOwnerUserId());
22281 Preconditions.checkState(isAdminTestOnly
22285 mOwners.setDeviceOwnerType(packageName, deviceOwnerType, isAdminTestOnly);