Home
last modified time | relevance | path

Searched refs:newState (Results 1 – 24 of 24) sorted by relevance

/cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/
DKeyValueBackupAgent.java41 ParcelFileDescriptor newState) throws IOException { in onBackup() argument
44 super.onBackup(oldState, data, newState); in onBackup()
48 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore() argument
52 super.onRestore(data, appVersionCode, newState); in onRestore()
/cts/tools/vm-tests-tf/build/src/util/build/
DBuildCTSHostSources.java156 HostState newState = new HostState(fileName); in openCTSHostFileFor() local
158 newState.append(getWarningMessage()); in openCTSHostFileFor()
159 newState.append("package " + modPackage + ";\n"); in openCTSHostFileFor()
160 newState.append("import java.io.IOException;\n" + in openCTSHostFileFor()
168 newState.append("public class " + sourceName + " extends DeviceTestCase implements " + in openCTSHostFileFor()
171 newState.append("\n" + in openCTSHostFileFor()
178 return newState; in openCTSHostFileFor()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothToggleActivity.java126 int newState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1); in onReceive() local
127 Log.i(TAG, "Previous state: " + previousState + " New state: " + newState); in onReceive()
129 if (BluetoothAdapter.STATE_OFF == newState in onReceive()
135 if (BluetoothAdapter.STATE_ON == newState in onReceive()
141 if (BluetoothAdapter.STATE_OFF == newState) { in onReceive()
DBleConnectionPriorityServerService.java171 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) {
173 Log.d(TAG, "onConnectionStateChange: newState=" + newState);
176 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleCocServerService.java440 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) {
442 Log.d(TAG, "onConnectionStateChange: newState=" + newState);
446 if (newState == BluetoothProfile.STATE_CONNECTED) {
553 private void processChatStateChange(int newState) { in processChatStateChange() argument
556 Log.d(TAG, "processChatStateChange: newState=" + newState); in processChatStateChange()
558 switch (newState) { in processChatStateChange()
DBleCocClientService.java377 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
379 Log.d(TAG, "onConnectionStateChange: status=" + status + ", newState=" + newState);
382 if (newState == BluetoothProfile.STATE_CONNECTED) {
383 mBleState = newState;
412 mBleState = newState;
418 showMessage("Failed to connect: " + status + " , newState = " + newState);
DBleConnectionPriorityClientService.java196 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
199 if (newState == BluetoothProfile.STATE_CONNECTED) {
224 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
DBleEncryptedClientService.java301 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
302 … if (DEBUG) Log.d(TAG, "onConnectionStateChange: status = " + status + ", newState = " + newState);
304 if (newState == BluetoothProfile.STATE_CONNECTED) {
312 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
DBleEncryptedServerService.java303 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) {
305 Log.d(TAG, "onConnectionStateChange: newState=" + newState);
308 if (newState == BluetoothProfile.STATE_CONNECTED) {
DBleClientService.java958 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
959 … if (DEBUG) Log.d(TAG, "onConnectionStateChange: status= " + status + ", newState= " + newState);
961 if (newState == BluetoothProfile.STATE_CONNECTED) {
962 mBleState = newState;
987 mBleState = newState;
993 showMessage("Failed to connect: " + status + " , newState = " + newState);
DBleServerService.java890 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) {
892 Log.d(TAG, "onConnectionStateChange: newState=" + newState);
896 if (newState == BluetoothProfile.STATE_CONNECTED) {
/cts/tests/app/src/android/app/backup/cts/
DBackupAgentTest.java39 ParcelFileDescriptor newState) throws IOException { in onBackup() argument
44 ParcelFileDescriptor newState) throws IOException { in onRestore() argument
/cts/tests/tests/bluetooth/bluetoothTestUtilLib/src/android/bluetooth/cts/
DBTAdapterUtils.java65 int newState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1); in onReceive() local
66 Log.d(TAG, "Previous state: " + previousState + " New state: " + newState); in onReceive()
68 if (newState == BluetoothAdapter.STATE_ON) { in onReceive()
76 } else if (newState == BluetoothAdapter.STATE_OFF) { in onReceive()
/cts/hostsidetests/backup/FullBackupOnly/src/
DFullBackupOnlyBackupAgent.java51 ParcelFileDescriptor newState) throws IOException { in onBackup() argument
65 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore() argument
96 FileOutputStream outstream = new FileOutputStream(newState.getFileDescriptor()); in onRestore()
/cts/tests/backup/app/src/android/backup/app/
DFullBackupBackupAgent.java43 ParcelFileDescriptor newState) throws IOException { in onBackup() argument
49 ParcelFileDescriptor newState) throws IOException { in onRestore() argument
DKeyValueBackupAgent.java44 ParcelFileDescriptor newState) throws IOException { in onBackup() argument
63 ParcelFileDescriptor newState) throws IOException { in onRestore() argument
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestActivity.java115 private void setSoftInputState(int newState) { in setSoftInputState() argument
120 | newState; in setSoftInputState()
/cts/tests/devicestate/src/android/hardware/devicestate/cts/
DDeviceStateManagerTests.java146 int newState = determineNewState(callback.mCurrentState, supportedStates); in testRequestStateSucceedsAsTopApp() local
147 activity.requestDeviceStateChange(newState); in testRequestStateSucceedsAsTopApp()
149 PollingCheck.waitFor(TIMEOUT, () -> callback.mCurrentState == newState); in testRequestStateSucceedsAsTopApp()
151 assertEquals(newState, callback.mCurrentState); in testRequestStateSucceedsAsTopApp()
/cts/tests/tests/car/src/android/car/cts/
DCarBluetoothTest.java95 int newState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1); in onReceive() local
97 Log.d(TAG, "Bluetooth adapter state changed: " + newState); in onReceive()
106 if (mDesiredState == newState) { in onReceive()
108 } else if (newState == BluetoothAdapter.STATE_OFF) { in onReceive()
/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
192 mPackageManager.setComponentEnabledSetting(componentName, newState, DONT_KILL_APP); in setServiceEnabledState()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java210 int newState = intent.getIntExtra(WifiManager.EXTRA_WIFI_STATE,
213 if (newState == WifiManager.WIFI_STATE_ENABLED) {
217 } else if (newState == WifiManager.WIFI_STATE_DISABLED) {
3046 boolean newState = !currState; in testScanAlwaysAvailable()
3047 mWifiManager.setScanAlwaysAvailable(newState); in testScanAlwaysAvailable()
3051 () -> mWifiManager.isScanAlwaysAvailable() == newState); in testScanAlwaysAvailable()
3052 assertEquals(newState, mWifiManager.isScanAlwaysAvailable()); in testScanAlwaysAvailable()
3073 boolean newState = !currState; in testScanThrottleEnabled()
3074 mWifiManager.setScanThrottleEnabled(newState); in testScanThrottleEnabled()
3078 () -> mWifiManager.isScanThrottleEnabled() == newState); in testScanThrottleEnabled()
[all …]
/cts/tests/tests/telecom/src/android/telecom/cts/
DRemoteConferenceTest.java230 public void onStateChanged(RemoteConference conference, int oldState, int newState) { in testRemoteConferenceCallbacks_StateChange()
231 super.onStateChanged(conference, oldState, newState); in testRemoteConferenceCallbacks_StateChange()
232 callbackInvoker.invoke(conference, oldState, newState); in testRemoteConferenceCallbacks_StateChange()
DBaseTelecomTestWithMockServices.java489 public void onCallStateChanged(Call call, int newState) { in setupCallbacks()
490 Log.i(TAG, "onCallStateChanged, Call: " + call + ", New State: " + newState); in setupCallbacks()
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/res/apis/
Dwifi-current.txt433 field @Deprecated public static final String EXTRA_NEW_STATE = "newState";