Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java72 static final String BLUETOOTH_GET_SCAN_MODE = "bluetoothGetScanMode"; field in Sl4aBluetoothUtil.Commands
335 Integer response = (Integer) secondaryClient.rpcCall(Commands.BLUETOOTH_GET_SCAN_MODE); in pair()
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DSl4aBluetoothUtilTest.java174 when(mSecondaryClient.rpcCall(Commands.BLUETOOTH_GET_SCAN_MODE)).thenReturn(3); in testPair_success()
192 when(mSecondaryClient.rpcCall(Commands.BLUETOOTH_GET_SCAN_MODE)).thenReturn(3); in testPair_timeout()