Home
last modified time | relevance | path

Searched refs:onConnectionStateChange (Results 1 – 12 of 12) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothGatt.java127 .onConnectionStateChange( in connect()
142 .onConnectionStateChange( in disconnect()
398 .onConnectionStateChange( in notifyConnection()
413 .onConnectionStateChange( in notifyDisconnection()
DShadowBluetoothGattServer.java129 this.callback.onConnectionStateChange( in notifyConnection()
146 this.callback.onConnectionStateChange( in notifyDisconnection()
DShadowBluetoothDevice.java426 gattCallback.onConnectionStateChange(bluetoothGatt, status, newState); in simulateGattConnectionChange()
/external/robolectric/integration_tests/kotlin/src/test/kotlin/org/robolectric/integrationtests/kotlin/flow/
DBluetoothProvisioner.kt46 override fun onConnectionStateChange(gatt: BluetoothGatt?, status: Int, newState: Int) { in <lambda>() method
/external/python/bumble/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/
DL2capClient.kt73 override fun onConnectionStateChange( in run() method
/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/
DBluetoothGattServerSnippet.java127 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { in onConnectionStateChange() method in BluetoothGattServerSnippet.DefaultBluetoothGattServerCallback
DBluetoothGattClientSnippet.java144 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() method in BluetoothGattClientSnippet.DefaultBluetoothGattCallback
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothGattServerTest.java73 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) {
DShadowBluetoothDeviceTest.java272 verify(callback).onConnectionStateChange(bluetoothGatt, status, newState); in canSimulateGattConnectionChange()
DShadowBluetoothGattTest.java57 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattServerFacade.java1041 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { in onConnectionStateChange() method in GattServerFacade.BtGattServerCallback
DGattClientFacade.java2050 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() method in GattClientFacade.myBluetoothGattCallback