Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/service/java/com/android/server/devicelock/
DDeviceLockPersistentStore.java53 final File deviceLockDir = new File(systemDir, DEVICE_LOCK_DIR); in DeviceLockPersistentStore() local
54 if (!deviceLockDir.exists()) { in DeviceLockPersistentStore()
55 final boolean madeDirs = deviceLockDir.mkdirs(); in DeviceLockPersistentStore()
57 Slog.e(TAG, "Failed to make directory " + deviceLockDir.getAbsolutePath()); in DeviceLockPersistentStore()
60 mFile = new File(deviceLockDir, DEVICE_STATE_FILE); in DeviceLockPersistentStore()