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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
DevicePickerFragment.java 23 import android.bluetooth.BluetoothDevicePicker;
51 mNeedAuth = intent.getBooleanExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false);
52 setFilter(intent.getIntExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE,
53 BluetoothDevicePicker.FILTER_TYPE_ALL));
54 mLaunchPackage = intent.getStringExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE);
55 mLaunchClass = intent.getStringExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS);
112 Intent intent = new Intent(BluetoothDevicePicker.ACTION_DEVICE_SELECTED);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevicePicker.java 27 public interface BluetoothDevicePicker {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 45 import android.bluetooth.BluetoothDevicePicker;
196 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH);
198 in1.putExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false);
199 in1.putExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE,
200 BluetoothDevicePicker.FILTER_TYPE_TRANSFER);
201 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE,
203 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS,
205 if (V) {Log.d(TAG,"Launching " +BluetoothDevicePicker.ACTION_LAUNCH );}
BluetoothOppReceiver.java 40 import android.bluetooth.BluetoothDevicePicker;
78 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH);
79 in1.putExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false);
80 in1.putExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE,
81 BluetoothDevicePicker.FILTER_TYPE_TRANSFER);
82 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE,
84 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS,
92 } else if (action.equals(BluetoothDevicePicker.ACTION_DEVICE_SELECTED)) {
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 23 import android.bluetooth.BluetoothDevicePicker;

Completed in 307 milliseconds