Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DSl4aBluetoothUtilTest.java149 when(mPrimaryClient.rpcCall(Commands.BLUETOOTH_GET_BONDED_DEVICES)) in testGetBondedDevices()
162 when(mPrimaryClient.rpcCall(Commands.BLUETOOTH_GET_BONDED_DEVICES)) in testPair_alreadyPaired()
177 when(mPrimaryClient.rpcCall(Commands.BLUETOOTH_GET_BONDED_DEVICES)) in testPair_success()
195 when(mPrimaryClient.rpcCall(Commands.BLUETOOTH_GET_BONDED_DEVICES)) in testPair_timeout()
204 when(mPrimaryClient.rpcCall(Commands.BLUETOOTH_GET_BONDED_DEVICES)) in testUnpair_success()
215 when(mPrimaryClient.rpcCall(Commands.BLUETOOTH_GET_BONDED_DEVICES)) in testUnpair_successWithWarning()
225 when(mPrimaryClient.rpcCall(Commands.BLUETOOTH_GET_BONDED_DEVICES)) in testUnpair_fail()
236 when(mPrimaryClient.rpcCall(Commands.BLUETOOTH_GET_BONDED_DEVICES)) in testConnect_notPaired()
246 when(mPrimaryClient.rpcCall(Commands.BLUETOOTH_GET_BONDED_DEVICES)) in testConnect_success()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java70 static final String BLUETOOTH_GET_BONDED_DEVICES = "bluetoothGetBondedDevices"; field in Sl4aBluetoothUtil.Commands
300 Object response = client.rpcCall(Commands.BLUETOOTH_GET_BONDED_DEVICES); in getBondedDevices()