Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java71 static final String BLUETOOTH_MAKE_DISCOVERABLE = "bluetoothMakeDiscoverable"; field in Sl4aBluetoothUtil.Commands
334 secondaryClient.rpcCall(Commands.BLUETOOTH_MAKE_DISCOVERABLE); in pair()
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DSl4aBluetoothUtilTest.java166 verify(mSecondaryClient, never()).rpcCall(Commands.BLUETOOTH_MAKE_DISCOVERABLE); in testPair_alreadyPaired()
184 verify(mSecondaryClient).rpcCall(Commands.BLUETOOTH_MAKE_DISCOVERABLE); in testPair_success()