Home
last modified time | relevance | path

Searched defs:newState (Results 1 – 13 of 13) sorted by relevance

/cts/tests/app/src/android/app/backup/cts/
DBackupAgentTest.java39 ParcelFileDescriptor newState) throws IOException { in onBackup()
44 ParcelFileDescriptor newState) throws IOException { in onRestore()
/cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/
DKeyValueBackupAgent.java41 ParcelFileDescriptor newState) throws IOException { in onBackup()
48 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
/cts/tests/backup/app/src/android/backup/app/
DFullBackupBackupAgent.java43 ParcelFileDescriptor newState) throws IOException { in onBackup()
49 ParcelFileDescriptor newState) throws IOException { in onRestore()
DKeyValueBackupAgent.java44 ParcelFileDescriptor newState) throws IOException { in onBackup()
63 ParcelFileDescriptor newState) throws IOException { in onRestore()
/cts/hostsidetests/backup/FullBackupOnly/src/
DFullBackupOnlyBackupAgent.java51 ParcelFileDescriptor newState) throws IOException { in onBackup()
65 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestActivity.java115 private void setSoftInputState(int newState) { in setSoftInputState()
/cts/tests/tests/bluetooth/bluetoothTestUtilLib/src/android/bluetooth/cts/
DBTAdapterUtils.java65 int newState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1); in onReceive() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothToggleActivity.java126 int newState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1); in onReceive() local
DBleCocServerService.java553 private void processChatStateChange(int newState) { in processChatStateChange()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DTestActivity.java177 private void setSoftInputState(int newState) { in setSoftInputState()
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechConnectionTest.java186 int newState = enabled ? COMPONENT_ENABLED_STATE_ENABLED : COMPONENT_ENABLED_STATE_DISABLED; in setServiceEnabledState() local
/cts/tests/tests/car/src/android/car/cts/
DCarBluetoothTest.java95 int newState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1); in onReceive() local
/cts/tools/vm-tests-tf/build/src/util/build/
DBuildCTSHostSources.java156 HostState newState = new HostState(fileName); in openCTSHostFileFor() local