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

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothStressTest.java25 * Includes tests for enabling/disabling bluetooth, enabling/disabling discoverable mode,
75 * Stress test for putting the device in and taking the device out of discoverable mode.
89 mTestUtils.writeOutput("discoverable iteration " + (i + 1) + " of " + iterations);
90 mTestUtils.discoverable(adapter);
H A DBluetoothTestUtils.java42 /** Timeout for discoverable/undiscoverable in ms. */
538 * Puts the local device into discoverable mode and checks to make sure that the local device
539 * is in discoverable mode and that the correct actions were broadcast.
543 public void discoverable(BluetoothAdapter adapter) { method in class:BluetoothTestUtils
547 fail("discoverable() bluetooth not enabled");
565 writeOutput(String.format("discoverable() completed in %d ms",
575 fail(String.format("discoverable() timeout: scanMode=%d (expected %d), flags=0x%x "

Completed in 41 milliseconds