HomeSort by relevance Sort by last modified time
    Searched refs:DevicePolicyCache (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/app/admin/
DevicePolicyCache.java 28 public abstract class DevicePolicyCache {
29 protected DevicePolicyCache() {
35 public static DevicePolicyCache getInstance() {
49 private static class EmptyDevicePolicyCache extends DevicePolicyCache {
DevicePolicyManagerInternal.java 147 * Do not call it directly. Use {@link DevicePolicyCache#getInstance()} instead.
149 protected abstract DevicePolicyCache getDevicePolicyCache();
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyCacheImpl.java 18 import android.app.admin.DevicePolicyCache;
24 * Implementation of {@link DevicePolicyCache}, to which {@link DevicePolicyManagerService} pushes
29 public class DevicePolicyCacheImpl extends DevicePolicyCache {
DevicePolicyManagerService.java 105 import android.app.admin.DevicePolicyCache;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java 123 import android.app.admin.DevicePolicyCache;
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 264 import android.app.admin.DevicePolicyCache;
    [all...]

Completed in 458 milliseconds