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

  /frameworks/base/core/java/android/bluetooth/
BluetoothDevicePicker.java 58 public static final String ACTION_LAUNCH =
  /packages/apps/Launcher3/src/com/android/launcher3/
Stats.java 34 public static final String ACTION_LAUNCH = "com.android.launcher3.action.LAUNCH";
89 new IntentFilter(ACTION_LAUNCH),
116 Intent broadcastIntent = new Intent(ACTION_LAUNCH).putExtra(EXTRA_INTENT, flat);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 196 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH);
205 if (V) {Log.d(TAG,"Launching " +BluetoothDevicePicker.ACTION_LAUNCH );}
BluetoothOppReceiver.java 78 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH);

Completed in 25 milliseconds