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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientStateMachine.java 217 if (action.equals(BluetoothDevice.ACTION_SDP_RECORD)) {
240 filter.addAction(BluetoothDevice.ACTION_SDP_RECORD);
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MapClientService.java 260 filter.addAction(BluetoothDevice.ACTION_SDP_RECORD);
517 && !action.equals(BluetoothDevice.ACTION_SDP_RECORD)) {
542 if (action.equals(BluetoothDevice.ACTION_SDP_RECORD)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 139 } else if (action.equals(BluetoothDevice.ACTION_SDP_RECORD)) {
594 filter.addAction(BluetoothDevice.ACTION_SDP_RECORD);
    [all...]
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
MapMessageMonitor.java 447 intentFilter.addAction(BluetoothDevice.ACTION_SDP_RECORD);
457 if (BluetoothDevice.ACTION_SDP_RECORD.equals(intent.getAction())) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
SdpManager.java 443 Intent intent = new Intent(BluetoothDevice.ACTION_SDP_RECORD);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 611 filter.addAction(BluetoothDevice.ACTION_SDP_RECORD);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 349 public static final String ACTION_SDP_RECORD =
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 709 milliseconds