Searched defs:discoverable (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java45 /** Timeout for discoverable/undiscoverable in ms. */
508 * Puts the local device into discoverable mode and checks to make sure that the local device
509 * is in discoverable mode and that the correct actions were broadcast.
513 public void discoverable(BluetoothAdapter adapter) { method in class:BluetoothTestUtils
515 fail("discoverable() bluetooth not enabled");
546 writeOutput(String.format("discoverable() completed in 0 ms"));
552 fail(String.format("discoverable() timeout: scanMode=%d (expected %d)", scanMode,

Completed in 66 milliseconds