HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_LAUNCH (Results 1 - 7 of 7) 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";
92 new IntentFilter(ACTION_LAUNCH),
119 Intent broadcastIntent = new Intent(ACTION_LAUNCH).putExtra(EXTRA_INTENT, flat);
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java 53 static final String ACTION_LAUNCH = "com.android.example.notificationlistener.LAUNCH";
94 if (ACTION_LAUNCH.equals(intent.getAction())) {
210 intentFilter.addAction(ACTION_LAUNCH);
NotificationListenerActivity.java 138 sendBroadcast(new Intent(Listener.ACTION_LAUNCH)
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 205 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH);
214 if (V) {Log.d(TAG,"Launching " +BluetoothDevicePicker.ACTION_LAUNCH );}
BluetoothOppReceiver.java 78 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH);
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 120 milliseconds