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

  /frameworks/base/core/java/android/bluetooth/
BluetoothDevicePicker.java 27 public interface BluetoothDevicePicker {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DevicePickerFragment.java 21 import android.bluetooth.BluetoothDevicePicker;
57 mNeedAuth = intent.getBooleanExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false);
58 setFilter(intent.getIntExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE,
59 BluetoothDevicePicker.FILTER_TYPE_ALL));
60 mLaunchPackage = intent.getStringExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE);
61 mLaunchClass = intent.getStringExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS);
147 Intent intent = new Intent(BluetoothDevicePicker.ACTION_DEVICE_SELECTED);
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 23 import android.bluetooth.BluetoothDevicePicker;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 45 import android.bluetooth.BluetoothDevicePicker;
205 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH);
207 in1.putExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false);
208 in1.putExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE,
209 BluetoothDevicePicker.FILTER_TYPE_TRANSFER);
210 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE,
212 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS,
214 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)) {
  /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 

Completed in 1272 milliseconds