Searched refs:BluetoothConnectionState (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | Sl4aBluetoothUtilTest.java | 39 import com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothConnectionState; 257 BluetoothConnectionState.CONNECTED.getState(), in testConnect_success() 263 BluetoothConnectionState.CONNECTED.getState(), in testConnect_success() 269 BluetoothConnectionState.CONNECTED.getState(), in testConnect_success() 275 BluetoothConnectionState.CONNECTED.getState(), in testConnect_success() 302 BluetoothConnectionState.DISCONNECTED.getState(), in testDisconnect_success() 308 BluetoothConnectionState.DISCONNECTED.getState(), in testDisconnect_success() 314 BluetoothConnectionState.DISCONNECTED.getState(), in testDisconnect_success() 320 BluetoothConnectionState.DISCONNECTED.getState(), in testDisconnect_success()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | Sl4aBluetoothUtil.java | 146 public enum BluetoothConnectionState { enum in Sl4aBluetoothUtil 154 BluetoothConnectionState(int state) { in BluetoothConnectionState() method in Sl4aBluetoothUtil.BluetoothConnectionState 417 primary, address, BluetoothConnectionState.CONNECTED, profiles); in connect() 452 primary, address, BluetoothConnectionState.DISCONNECTED, profiles); in disconnect() 641 BluetoothConnectionState targetState, in waitForConnectedOrDisconnectedProfiles()
|