Searched refs:DeviceLockPersistentStore (Results 1 – 2 of 2) sorted by relevance
39 public final class DeviceLockPersistentStore { class40 private static final String TAG = DeviceLockPersistentStore.class.getSimpleName();50 DeviceLockPersistentStore(Executor bgExecutor, File dataDirectory) { in DeviceLockPersistentStore() method in DeviceLockPersistentStore
126 private final DeviceLockPersistentStore mPersistentStore;242 mPersistentStore = new DeviceLockPersistentStore(executorService, dataDirectory); in DeviceLockServiceImpl()