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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java 141 mLocalAdapter.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE, timeout);
257 if (mode == BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
276 if (mode != BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
RequestPermissionActivity.java 230 BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE, mTimeout)) {
BluetoothSettings.java 349 mLocalAdapter.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
ConnectionAccessServerActivity.java 115 BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
MessageTestActivity.java 187 BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 120 case BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE:
553 if (scanMode == BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
561 assertTrue(adapter.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE));
565 if (scanMode == BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE
578 + "(expected 0x%x)", scanMode, BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE,
602 assertEquals(BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE, scanMode);
    [all...]
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 195 BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 195 BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 189 BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatFragment.java 195 BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 198 * #SCAN_MODE_CONNECTABLE_DISCOVERABLE}. It allows remote devices to see
282 * {@link #SCAN_MODE_CONNECTABLE_DISCOVERABLE},
290 * {@link #SCAN_MODE_CONNECTABLE_DISCOVERABLE},
296 @IntDef({SCAN_MODE_NONE, SCAN_MODE_CONNECTABLE, SCAN_MODE_CONNECTABLE_DISCOVERABLE})
318 public static final int SCAN_MODE_CONNECTABLE_DISCOVERABLE = 23;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
  /external/robolectric/lib/main/
android.jar 
  /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/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 766 milliseconds