Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java125 newClientConnectionStateChangeRunnable(clientIf, true, serverAddress)); in clientConnect()
142 newClientConnectionStateChangeRunnable(clientIf, false, serverAddress)); in clientDisconnect()
464 newClientConnectionStateChangeRunnable(clientIf, true, serverAddress)); in serverConnect()
480 newClientConnectionStateChangeRunnable(clientIf, false, serverAddress)); in serverDisconnect()
684 private static NamedRunnable newClientConnectionStateChangeRunnable( in newClientConnectionStateChangeRunnable() method in IBluetoothGattImpl