Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/admin/
H A DDeviceStateCache.java39 return (dpmi != null) ? dpmi.getDeviceStateCache() : EmptyDeviceStateCache.INSTANCE; in getInstance()
H A DDevicePolicyManagerInternal.java189 protected abstract DeviceStateCache getDeviceStateCache(); in getDeviceStateCache() method in DevicePolicyManagerInternal
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsServiceTestable.java102 public DeviceStateCache getDeviceStateCache() { in getDeviceStateCache() method in LockSettingsServiceTestable.MockInjector
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java510 public DeviceStateCache getDeviceStateCache() { in getDeviceStateCache() method in LockSettingsService.Injector
3297 if (mInjector.getDeviceStateCache().isUserOrganizationManaged(userId)) {
3323 if (!mInjector.getDeviceStateCache().isDeviceProvisioned()) {
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java16098 protected DeviceStateCache getDeviceStateCache() { in getDeviceStateCache() method in LocalService
16326 return getDeviceStateCache().isUserOrganizationManaged(userHandle); in isUserOrganizationManaged()