Searched refs:mDeviceOwnerTypes (Results 1 – 1 of 1) sorted by relevance
53 private final Map<String, Integer> mDeviceOwnerTypes = new HashMap<>(); field in ShadowDevicePolicyManager120 mDeviceOwnerTypes.put(admin.getPackageName(), deviceOwnerType); in setDeviceOwnerType()129 return mDeviceOwnerTypes.getOrDefault(admin.getPackageName(), DEVICE_OWNER_TYPE_DEFAULT); in getDeviceOwnerType()