Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java577 private boolean toggleState(ITestDevice device, boolean targetState) in toggleState() argument
582 if (currentState == targetState) { in toggleState()
586 Boolean result = (Boolean) client.rpcCall(Commands.BLUETOOTH_TOGGLE_STATE, targetState); in toggleState()
590 targetState ? "ON" : "OFF"); in toggleState()
594 targetState in toggleState()
602 targetState ? "ON" : "OFF"); in toggleState()
606 CLog.e("Error when toggling %s Bluetooth state, %s", targetState ? "ON" : "OFF", e); in toggleState()
641 BluetoothConnectionState targetState, in waitForConnectedOrDisconnectedProfiles() argument
663 if (state == targetState.getState() && address.equals(actualAddress)) { in waitForConnectedOrDisconnectedProfiles()