Searched refs:newState (Results 1 – 4 of 4) sorted by relevance
78 ParcelFileDescriptor newState) throws IOException { in onBackup() argument81 super.onBackup(oldState, data, newState); in onBackup()91 ParcelFileDescriptor newState) throws IOException { in onRestore() argument95 super.onRestore(data, appVersionCode, newState); in onRestore()
87 ParcelFileDescriptor newState) throws IOException { in onBackup() argument135 writeStateFile(newState); in onBackup()209 ParcelFileDescriptor newState) throws IOException { in onRestore() argument247 writeStateFile(newState); in onRestore()
63 ParcelFileDescriptor newState) throws IOException { in onBackup() argument128 writeStateFile(newState); in onBackup()161 ParcelFileDescriptor newState) throws IOException { in onRestore() argument199 writeStateFile(newState); in onRestore()
363 private void checkState(int oldState, int newState) { in checkState() argument367 mState = newState; in checkState()