Searched refs:acceptPair (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothStressTest.java188 mTestUtils.writeOutput("acceptPair iteration " + (i + 1) + " of " + iterations);
189 mTestUtils.acceptPair(adapter, device, BluetoothTestRunner.sDevicePairPasskey,
344 mTestUtils.acceptPair(adapter, device, BluetoothTestRunner.sDevicePairPasskey,
H A DBluetoothTestUtils.java757 public void acceptPair(BluetoothAdapter adapter, BluetoothDevice device, int passkey, method in class:BluetoothTestUtils
764 * {@link #acceptPair(BluetoothAdapter, BluetoothDevice, int, byte[])} to either pair or accept
781 methodName = String.format("acceptPair(device=%s)", device);

Completed in 1892 milliseconds