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

1 2

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothBroadcastHelper.java 32 BluetoothDevice.ACTION_UUID,
BluetoothConnectionFacade.java 125 mDiscoverConnectFilter.addAction(BluetoothDevice.ACTION_UUID);
207 } else if (action.equals(BluetoothDevice.ACTION_UUID)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
PhonePolicy.java 126 case BluetoothDevice.ACTION_UUID:
155 debugLog("Received ACTION_UUID for device " + device);
209 filter.addAction(BluetoothDevice.ACTION_UUID);
RemoteDevices.java 318 without waiting for the ACTION_UUID intent.
370 Intent intent = new Intent(BluetoothDevice.ACTION_UUID);
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothEventManager.java 109 addHandler(BluetoothDevice.ACTION_UUID, new UuidChangedHandler());
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
PhonePolicyTest.java 113 Intent intent = new Intent(BluetoothDevice.ACTION_UUID);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 362 public static final String ACTION_UUID =
602 * Used as an extra field in {@link #ACTION_UUID} intents,
    [all...]
  /packages/services/Car/service/src/com/android/car/
BluetoothDeviceConnectionPolicy.java 324 } else if (BluetoothDevice.ACTION_UUID.equals(action)) {
357 * ACTION_UUID intent, which will broadcast the UUIDs corresponding to the profiles supported by
568 profileFilter.addAction(BluetoothDevice.ACTION_UUID);
    [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/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/26/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 395 milliseconds

1 2