Home
last modified time | relevance | path

Searched refs:newConnectionState (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java1093 BluetoothDevice device, int newConnectionState, int oldConnectionState) { in generateConnectionMessageFromNative() argument
1097 stackEvent.valueInt = newConnectionState; in generateConnectionMessageFromNative()
1101 verifyConnectionStateIntent(device, newConnectionState, oldConnectionState); in generateConnectionMessageFromNative()
1106 BluetoothDevice device, int newConnectionState) { in generateUnexpectedConnectionMessageFromNative() argument
1110 stackEvent.valueInt = newConnectionState; in generateUnexpectedConnectionMessageFromNative()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java1240 BluetoothDevice device, int newConnectionState, int oldConnectionState) { in generateConnectionMessageFromNative() argument
1244 stackEvent.valueInt1 = newConnectionState; in generateConnectionMessageFromNative()
1247 verifyConnectionStateIntent(device, newConnectionState, oldConnectionState); in generateConnectionMessageFromNative()
1251 BluetoothDevice device, int newConnectionState) { in generateUnexpectedConnectionMessageFromNative() argument
1255 stackEvent.valueInt1 = newConnectionState; in generateUnexpectedConnectionMessageFromNative()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java1454 BluetoothDevice device, int newConnectionState, int oldConnectionState) { in generateConnectionMessageFromNative() argument
1459 stackEvent.valueInt1 = newConnectionState; in generateConnectionMessageFromNative()
1462 verifyConnectionStateIntent(TIMEOUT_MS, device, newConnectionState, oldConnectionState); in generateConnectionMessageFromNative()
1466 BluetoothDevice device, int newConnectionState) { in generateUnexpectedConnectionMessageFromNative() argument
1471 stackEvent.valueInt1 = newConnectionState; in generateUnexpectedConnectionMessageFromNative()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java1144 BluetoothDevice device, int newConnectionState, int oldConnectionState) { in generateConnectionMessageFromNative() argument
1148 stackEvent.valueInt1 = newConnectionState; in generateConnectionMessageFromNative()
1151 verifyConnectionStateIntent(TIMEOUT_MS, device, newConnectionState, oldConnectionState); in generateConnectionMessageFromNative()
1155 BluetoothDevice device, int newConnectionState) { in generateUnexpectedConnectionMessageFromNative() argument
1159 stackEvent.valueInt1 = newConnectionState; in generateUnexpectedConnectionMessageFromNative()