Searched refs:BLUETOOTH_START_PAIRING_HELPER (Results 1 – 2 of 2) sorted by relevance
167 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()
73 static final String BLUETOOTH_START_PAIRING_HELPER = "bluetoothStartPairingHelper"; field in Sl4aBluetoothUtil.Commands343 primaryClient.rpcCall(Commands.BLUETOOTH_START_PAIRING_HELPER); in pair()344 secondaryClient.rpcCall(Commands.BLUETOOTH_START_PAIRING_HELPER); in pair()