Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DSl4aBluetoothUtilTest.java167 verify(mPrimaryClient, never()).rpcCall(Commands.BLUETOOTH_START_PAIRING_HELPER); in testPair_alreadyPaired()
168 verify(mSecondaryClient, never()).rpcCall(Commands.BLUETOOTH_START_PAIRING_HELPER); in testPair_alreadyPaired()
185 verify(mPrimaryClient).rpcCall(Commands.BLUETOOTH_START_PAIRING_HELPER); in testPair_success()
186 verify(mSecondaryClient).rpcCall(Commands.BLUETOOTH_START_PAIRING_HELPER); in testPair_success()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java73 static final String BLUETOOTH_START_PAIRING_HELPER = "bluetoothStartPairingHelper"; field in Sl4aBluetoothUtil.Commands
343 primaryClient.rpcCall(Commands.BLUETOOTH_START_PAIRING_HELPER); in pair()
344 secondaryClient.rpcCall(Commands.BLUETOOTH_START_PAIRING_HELPER); in pair()