Searched refs:BLUETOOTH_MAKE_DISCOVERABLE (Results 1 – 2 of 2) sorted by relevance
71 static final String BLUETOOTH_MAKE_DISCOVERABLE = "bluetoothMakeDiscoverable"; field in Sl4aBluetoothUtil.Commands334 secondaryClient.rpcCall(Commands.BLUETOOTH_MAKE_DISCOVERABLE); in pair()
166 verify(mSecondaryClient, never()).rpcCall(Commands.BLUETOOTH_MAKE_DISCOVERABLE); in testPair_alreadyPaired()184 verify(mSecondaryClient).rpcCall(Commands.BLUETOOTH_MAKE_DISCOVERABLE); in testPair_success()