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

/frameworks/base/services/backup/java/com/android/server/backup/
H A DTrampoline.java50 final File mSuppressFile; // existence testing & creating synchronized on 'this' field in class:Trampoline
58 mSuppressFile = new File(dir, BACKUP_SUPPRESS_FILENAME);
73 if (!mSuppressFile.exists()) {
102 mSuppressFile.delete();
106 mSuppressFile.createNewFile();

Completed in 54 milliseconds