HomeSort by relevance Sort by last modified time
    Searched refs:SCAN_MODE_CONNECTABLE_DISCOVERABLE (Results 1 - 15 of 15) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java 139 mLocalAdapter.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE, timeout);
252 if (mode == BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
271 if (mode != BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
RequestPermissionActivity.java 227 BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE, mTimeout)) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
ConnectionAccessServerActivity.java 115 BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
MessageTestActivity.java 184 BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 119 case BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE:
551 if (scanMode == BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
559 assertTrue(adapter.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE));
563 if (scanMode == BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE
576 + "(expected 0x%x)", scanMode, BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE,
600 assertEquals(BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE, scanMode);
    [all...]
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 189 BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 154 * #SCAN_MODE_CONNECTABLE_DISCOVERABLE}. It allows remote devices to see
221 * {@link #SCAN_MODE_CONNECTABLE_DISCOVERABLE},
229 * {@link #SCAN_MODE_CONNECTABLE_DISCOVERABLE},
252 public static final int SCAN_MODE_CONNECTABLE_DISCOVERABLE = 23;
651 * {@link #SCAN_MODE_CONNECTABLE_DISCOVERABLE}.
681 * {@link #SCAN_MODE_CONNECTABLE_DISCOVERABLE}.
694 * {@link #SCAN_MODE_CONNECTABLE_DISCOVERABLE}
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1559 milliseconds