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
102 public DeviceStateCache getDeviceStateCache() { in getDeviceStateCache() method in LockSettingsServiceTestable.MockInjector
510 public DeviceStateCache getDeviceStateCache() { in getDeviceStateCache() method in LockSettingsService.Injector3297 if (mInjector.getDeviceStateCache().isUserOrganizationManaged(userId)) {3323 if (!mInjector.getDeviceStateCache().isDeviceProvisioned()) {
16098 protected DeviceStateCache getDeviceStateCache() { in getDeviceStateCache() method in LocalService16326 return getDeviceStateCache().isUserOrganizationManaged(userHandle); in isUserOrganizationManaged()