Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/service/java/com/android/server/devicelock/
DDeviceLockPersistentStore.java39 public final class DeviceLockPersistentStore { class
40 private static final String TAG = DeviceLockPersistentStore.class.getSimpleName();
50 DeviceLockPersistentStore(Executor bgExecutor, File dataDirectory) { in DeviceLockPersistentStore() method in DeviceLockPersistentStore
DDeviceLockServiceImpl.java126 private final DeviceLockPersistentStore mPersistentStore;
242 mPersistentStore = new DeviceLockPersistentStore(executorService, dataDirectory); in DeviceLockServiceImpl()