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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoveryReceiver.java 44 if (action.equals(BluetoothAdapter.ACTION_DISCOVERY_STARTED) ||
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 93 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_STARTED);
170 } else if (action.equals(BluetoothAdapter.ACTION_DISCOVERY_STARTED)) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java 90 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_DISCOVERY_STARTED);
186 if (BluetoothAdapter.ACTION_DISCOVERY_STARTED.equals(intent.getAction())) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothEventManager.java 91 addHandler(BluetoothAdapter.ACTION_DISCOVERY_STARTED, new ScanningStateChangedHandler(true));
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 662 intent = new Intent(BluetoothAdapter.ACTION_DISCOVERY_STARTED);
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 106 if (BluetoothAdapter.ACTION_DISCOVERY_STARTED.equals(intent.getAction())) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 335 public static final String ACTION_DISCOVERY_STARTED =
    [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 143 milliseconds