Searched refs:getDeviceStateCache (Results 1 – 5 of 5) sorted by relevance
39 return (dpmi != null) ? dpmi.getDeviceStateCache() : EmptyDeviceStateCache.INSTANCE; in getInstance()
189 protected abstract DeviceStateCache getDeviceStateCache(); in getDeviceStateCache() method in DevicePolicyManagerInternal
106 public DeviceStateCache getDeviceStateCache() { in getDeviceStateCache() method in LockSettingsServiceTestable.MockInjector
568 public DeviceStateCache getDeviceStateCache() { in getDeviceStateCache() method in LockSettingsService.Injector3538 if (mInjector.getDeviceStateCache().isUserOrganizationManaged(userId)) {3564 if (!mInjector.getDeviceStateCache().isDeviceProvisioned()) {
15846 protected DeviceStateCache getDeviceStateCache() { in getDeviceStateCache() method in LocalService16064 return getDeviceStateCache().isUserOrganizationManaged(userHandle); in isUserOrganizationManaged()