Searched refs:newState (Results 1 – 5 of 5) 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()
73 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {75 if (newState == BluetoothProfile.STATE_CONNECTED) {84 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
363 private void checkState(int oldState, int newState) { in checkState() argument367 mState = newState; in checkState()