Searched refs:BLUETOOTH_GET_BONDED_DEVICES (Results 1 – 2 of 2) sorted by relevance
149 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()
70 static final String BLUETOOTH_GET_BONDED_DEVICES = "bluetoothGetBondedDevices"; field in Sl4aBluetoothUtil.Commands300 Object response = client.rpcCall(Commands.BLUETOOTH_GET_BONDED_DEVICES); in getBondedDevices()