HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_FOUND (Results 1 - 25 of 39) sorted by null

1 2

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothBroadcastHelper.java 31 private final String[] mActions = {BluetoothDevice.ACTION_FOUND,
BluetoothDiscoveryHelper.java 72 if (BluetoothDevice.ACTION_FOUND.equals(action)) {
102 IntentFilter filter = new IntentFilter(BluetoothDevice.ACTION_FOUND);
BluetoothConnectionFacade.java 124 mDiscoverConnectFilter = new IntentFilter(BluetoothDevice.ACTION_FOUND);
134 mBondFilter.addAction(BluetoothDevice.ACTION_FOUND);
191 if (action.equals(BluetoothDevice.ACTION_FOUND)) {
240 if (action.equals(BluetoothDevice.ACTION_FOUND)) {
BluetoothFacade.java 78 discoveryFilter = new IntentFilter(BluetoothDevice.ACTION_FOUND);
90 if (action.equals(BluetoothDevice.ACTION_FOUND)) {
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 104 IntentFilter filter = new IntentFilter(BluetoothDevice.ACTION_FOUND);
197 if (BluetoothDevice.ACTION_FOUND.equals(action)) {
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 104 IntentFilter filter = new IntentFilter(BluetoothDevice.ACTION_FOUND);
197 if (BluetoothDevice.ACTION_FOUND.equals(action)) {
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 95 IntentFilter filter = new IntentFilter(BluetoothDevice.ACTION_FOUND);
183 if (BluetoothDevice.ACTION_FOUND.equals(action)) {
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DeviceListActivity.java 104 IntentFilter filter = new IntentFilter(BluetoothDevice.ACTION_FOUND);
197 if (BluetoothDevice.ACTION_FOUND.equals(action)) {
  /packages/apps/Settings/tests/unit/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 97 filter.addAction(BluetoothDevice.ACTION_FOUND);
168 } else if (action.equals(BluetoothDevice.ACTION_FOUND)) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java 92 filter.addAction(BluetoothDevice.ACTION_FOUND);
192 } else if (BluetoothDevice.ACTION_FOUND.equals(intent.getAction())) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothScanner.java 220 IntentFilter filter = new IntentFilter(BluetoothDevice.ACTION_FOUND);
365 if (BluetoothDevice.ACTION_FOUND.equals(action)) {
  /frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DeviceDiscoveryService.java 186 intentFilter.addAction(BluetoothDevice.ACTION_FOUND);
477 if (intent.getAction().equals(BluetoothDevice.ACTION_FOUND)) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothEventManager.java 99 addHandler(BluetoothDevice.ACTION_FOUND, new DeviceFoundHandler());
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 105 public static final String ACTION_FOUND =
245 * #ACTION_FOUND} intents. It contains the friendly Bluetooth name.
250 * Used as an optional short extra field in {@link #ACTION_FOUND} intents.
258 * #ACTION_FOUND} and {@link #ACTION_CLASS_CHANGED} intents.
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 577 Intent intent = new Intent(BluetoothDevice.ACTION_FOUND);
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 1163 milliseconds

1 2