Searched refs:mPasswordHashFile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java386 private File mPasswordHashFile; field in class:BackupManagerService
687 mPasswordHashFile = new File(mBaseStateDir, "pwhash");
688 if (mPasswordHashFile.exists()) {
692 fin = new FileInputStream(mPasswordHashFile);
1107 if (mPasswordHashFile.exists()) {
1108 if (!mPasswordHashFile.delete()) {
1127 pwf = new FileOutputStream(mPasswordHashFile);

Completed in 43 milliseconds