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

  /frameworks/base/core/java/android/bluetooth/
BluetoothDevicePicker.java 27 public interface BluetoothDevicePicker {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 25 import android.bluetooth.BluetoothDevicePicker;
128 mFilterType = BluetoothDevicePicker.FILTER_TYPE_ALL;
132 if (action.equals(BluetoothDevicePicker.ACTION_LAUNCH)) {
134 mNeedAuth = intent.getBooleanExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false);
135 mFilterType = intent.getIntExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE,
136 BluetoothDevicePicker.FILTER_TYPE_ALL);
137 mLaunchPackage = intent.getStringExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE);
138 mLaunchClass = intent.getStringExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS);
307 case BluetoothDevicePicker.FILTER_TYPE_TRANSFER:
316 case BluetoothDevicePicker.FILTER_TYPE_AUDIO
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 44 import android.bluetooth.BluetoothDevicePicker;
142 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH);
144 in1.putExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false);
145 in1.putExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE,
146 BluetoothDevicePicker.FILTER_TYPE_TRANSFER);
147 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE,
149 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS,
BluetoothOppReceiver.java 40 import android.bluetooth.BluetoothDevicePicker;
80 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH);
81 in1.putExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false);
82 in1.putExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE,
83 BluetoothDevicePicker.FILTER_TYPE_TRANSFER);
84 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE,
86 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS,
94 } else if (action.equals(BluetoothDevicePicker.ACTION_DEVICE_SELECTED)) {
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 23 import android.bluetooth.BluetoothDevicePicker;

Completed in 888 milliseconds