Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DDevicePolicyCache.java34 public abstract class DevicePolicyCache { class
35 protected DevicePolicyCache() { in DevicePolicyCache() method in DevicePolicyCache
41 public static DevicePolicyCache getInstance() { in getInstance()
85 private static class EmptyDevicePolicyCache extends DevicePolicyCache {
DDevicePolicyManagerInternal.java182 protected abstract DevicePolicyCache getDevicePolicyCache(); in getDevicePolicyCache()
/frameworks/base/services/contentcapture/java/com/android/server/contentprotection/
DContentProtectionConsentManager.java24 import android.app.admin.DevicePolicyCache;
54 @NonNull private final DevicePolicyCache mDevicePolicyCache;
69 @NonNull DevicePolicyCache devicePolicyCache) { in ContentProtectionConsentManager()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyCacheImpl.java23 import android.app.admin.DevicePolicyCache;
42 public class DevicePolicyCacheImpl extends DevicePolicyCache {
DPolicyEnforcerCallbacks.java27 import android.app.admin.DevicePolicyCache;
360 DevicePolicyCache cache = DevicePolicyCache.getInstance();
378 DevicePolicyCache cache = DevicePolicyCache.getInstance();
DDevicePolicyManagerService.java315 import android.app.admin.DevicePolicyCache;
15841 protected DevicePolicyCache getDevicePolicyCache() { in getDevicePolicyCache()
/frameworks/base/services/core/java/com/android/server/wm/
DKeyguardDisableHandler.java22 import android.app.admin.DevicePolicyCache;
129 return DevicePolicyCache.getInstance().getPasswordQuality(userId) in create()
DWindowState.java190 import android.app.admin.DevicePolicyCache;
1944 return !DevicePolicyCache.getInstance().isScreenCaptureAllowed(mShowUserId); in isSecureLocked()
DActivityTaskManagerService.java168 import android.app.admin.DevicePolicyCache;
3573 return DevicePolicyCache.getInstance().isScreenCaptureAllowed(userId) in isAssistDataAllowed()
/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/
DContentProtectionConsentManagerTest.java33 import android.app.admin.DevicePolicyCache;
99 @Mock private DevicePolicyCache mMockDevicePolicyCache;
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java56 import android.app.admin.DevicePolicyCache;
965 DevicePolicyCache.getInstance()); in createContentProtectionConsentManager()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java54 import android.app.admin.DevicePolicyCache;
1457 DevicePolicyCache.getInstance().getLauncherShortcutOverrides(); in getActivityOverrides()
/frameworks/base/boot/
Dpreloaded-classes940 android.app.admin.DevicePolicyCache$EmptyDevicePolicyCache
941 android.app.admin.DevicePolicyCache
Dboot-image-profile.txt23317 Landroid/app/admin/DevicePolicyCache$EmptyDevicePolicyCache;
23318 Landroid/app/admin/DevicePolicyCache;
/frameworks/base/config/
Dpreloaded-classes940 android.app.admin.DevicePolicyCache$EmptyDevicePolicyCache
941 android.app.admin.DevicePolicyCache
Dboot-image-profile.txt33447 Landroid/app/admin/DevicePolicyCache$EmptyDevicePolicyCache;
33448 Landroid/app/admin/DevicePolicyCache;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2454 Landroid/app/admin/DevicePolicyCache$EmptyDevicePolicyCache;-><init>()V
2455 Landroid/app/admin/DevicePolicyCache$EmptyDevicePolicyCache;->getScreenCaptureDisabled(I)Z
2456 Landroid/app/admin/DevicePolicyCache$EmptyDevicePolicyCache;->INSTANCE:Landroid/app/admin/DevicePol…
2457 Landroid/app/admin/DevicePolicyCache;-><init>()V
2458 Landroid/app/admin/DevicePolicyCache;->getInstance()Landroid/app/admin/DevicePolicyCache;
2459 Landroid/app/admin/DevicePolicyCache;->getScreenCaptureDisabled(I)Z
2572 …app/admin/DevicePolicyManagerInternal;->getDevicePolicyCache()Landroid/app/admin/DevicePolicyCache;
/frameworks/base/services/
Dart-wear-profile9661 …vicePolicyManagerService$LocalService;->getDevicePolicyCache()Landroid/app/admin/DevicePolicyCache;