Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java913 private final DeviceStateCacheImpl mStateCache = new DeviceStateCacheImpl(); field in DevicePolicyManagerService
2208 injector.getActivityManagerInternal(), mStateCache, pathProvider); in makeOwners()
2235 mStateCache.setDeviceProvisioned(policy.mUserSetupComplete); in getUserData()
11343 mStateCache.dump(pw);
15799 mStateCache.setDeviceProvisioned(true); in updateUserSetupCompleteAndPaired()
16099 return mStateCache; in getDeviceStateCache()
18186 mStateCache.setHasAffiliationWithDevice(callingUserId,
18195 mStateCache.setHasAffiliationWithDevice(UserHandle.USER_SYSTEM, true);
18212 mStateCache.setHasAffiliationWithDevice(user.id,
18695 mStateCache.setDeviceProvisioned(isUserCompleted);