Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/admin/
H A DDeviceStateCache.java39 return (dpmi != null) ? dpmi.getDeviceStateCache() : EmptyDeviceStateCache.INSTANCE; in getInstance()
63 private static class EmptyDeviceStateCache extends DeviceStateCache { class in DeviceStateCache
64 private static final EmptyDeviceStateCache INSTANCE = new EmptyDeviceStateCache();