Searched refs:mTokenFile (Results 1 – 1 of 1) sorted by relevance
662 private File mTokenFile; field in BackupManagerService892 mTokenFile = new File(mBaseStateDir, "ancestral"); in initPackageTracking()894 new FileInputStream(mTokenFile)))) { in initPackageTracking()1452 try (RandomAccessFile af = new RandomAccessFile(mTokenFile, "rwd")) { in writeRestoreTokens()