Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java914 private final DeviceStateCacheImpl mStateCache = new DeviceStateCacheImpl(); field in DevicePolicyManagerService
2230 injector.getActivityManagerInternal(), mStateCache, pathProvider); in makeOwners()
2257 mStateCache.setDeviceProvisioned(policy.mUserSetupComplete); in getUserData()
11347 mStateCache.dump(pw);
15556 mStateCache.setDeviceProvisioned(true); in updateUserSetupCompleteAndPaired()
15847 return mStateCache; in getDeviceStateCache()
17928 mStateCache.setHasAffiliationWithDevice(callingUserId,
17937 mStateCache.setHasAffiliationWithDevice(UserHandle.USER_SYSTEM, true);
17954 mStateCache.setHasAffiliationWithDevice(user.id,
18554 mStateCache.setDeviceProvisioned(isUserCompleted);