Home
last modified time | relevance | path

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

/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.java441 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) {
443 Log.d(TAG, "onConnectionStateChange: newState=" + newState);
447 if (newState == BluetoothProfile.STATE_CONNECTED) {
554 private void processChatStateChange(int newState) { in processChatStateChange() argument
557 Log.d(TAG, "processChatStateChange: newState=" + newState); in processChatStateChange()
559 switch (newState) { in processChatStateChange()
DBleCocClientService.java378 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
380 Log.d(TAG, "onConnectionStateChange: status=" + status + ", newState=" + newState);
383 if (newState == BluetoothProfile.STATE_CONNECTED) {
384 mBleState = newState;
413 mBleState = newState;
419 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.java908 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
909 … if (DEBUG) Log.d(TAG, "onConnectionStateChange: status= " + status + ", newState= " + newState);
911 if (newState == BluetoothProfile.STATE_CONNECTED) {
912 mBleState = newState;
937 mBleState = newState;
943 showMessage("Failed to connect: " + status + " , newState = " + newState);
DBleServerService.java852 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) {
854 Log.d(TAG, "onConnectionStateChange: newState=" + newState);
858 if (newState == BluetoothProfile.STATE_CONNECTED) {
/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/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/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/tests/tests/car/src/android/car/cts/
DCarBluetoothTest.java83 int newState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1); in onReceive() local
85 Log.d(TAG, "Bluetooth adapter state changed: " + newState); in onReceive()
94 if (mDesiredState == newState) { in onReceive()
96 } else if (newState == BluetoothAdapter.STATE_OFF) { in onReceive()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestActivity.java114 private void setSoftInputState(int newState) { in setSoftInputState() argument
119 | newState; in setSoftInputState()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DTestActivity.java149 private void setSoftInputState(int newState) { in setSoftInputState() argument
154 | newState; in setSoftInputState()
/cts/tests/tests/telecom/src/android/telecom/cts/
DRemoteConferenceTest.java214 public void onStateChanged(RemoteConference conference, int oldState, int newState) { in testRemoteConferenceCallbacks_StateChange()
215 super.onStateChanged(conference, oldState, newState); in testRemoteConferenceCallbacks_StateChange()
216 callbackInvoker.invoke(conference, oldState, newState); in testRemoteConferenceCallbacks_StateChange()
DBaseTelecomTestWithMockServices.java360 public void onCallStateChanged(Call call, int newState) { in setupCallbacks()
361 Log.i(TAG, "onCallStateChanged, Call: " + call + ", New State: " + newState); in setupCallbacks()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java125 int newState = intent.getIntExtra(WifiManager.EXTRA_WIFI_STATE,
128 if (newState == WifiManager.WIFI_STATE_ENABLED) {
132 } else if (newState == WifiManager.WIFI_STATE_DISABLED) {