Home
last modified time | relevance | path

Searched defs:stateFile (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DCrashRecoveryHandler.java161 File stateFile = new File(mContext.getCacheDir(), STATE_FILE); in loadCrashState() local
235 File stateFile = new File(mContext.getCacheDir(), in writeState() local
DBrowserBackupAgent.java210 private void writeBackupState(long fileSize, long crc, ParcelFileDescriptor stateFile) in writeBackupState()