Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java129 newServerConnectionStateChangeRunnable(serverIf, true, clientAddress)); in clientConnect()
146 newServerConnectionStateChangeRunnable(serverIf, false, clientAddress)); in clientDisconnect()
460 newServerConnectionStateChangeRunnable(serverIf, true, clientAddress)); in serverConnect()
476 newServerConnectionStateChangeRunnable(serverIf, false, clientAddress)); in serverDisconnect()
696 private static NamedRunnable newServerConnectionStateChangeRunnable( in newServerConnectionStateChangeRunnable() method