Home
last modified time | relevance | path

Searched refs:ACTION_LAUNCH (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DStats.java34 public static final String ACTION_LAUNCH = "com.android.launcher3.action.LAUNCH"; field in Stats
92 new IntentFilter(ACTION_LAUNCH), in Stats()
119 Intent broadcastIntent = new Intent(ACTION_LAUNCH).putExtra(EXTRA_INTENT, flat); in recordLaunch()
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
DListener.java53 static final String ACTION_LAUNCH = "com.android.example.notificationlistener.LAUNCH"; field in Listener
94 if (ACTION_LAUNCH.equals(intent.getAction())) {
210 intentFilter.addAction(ACTION_LAUNCH); in onCreate()
DNotificationListenerActivity.java138 sendBroadcast(new Intent(Listener.ACTION_LAUNCH) in launch()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppLauncherActivity.java205 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH); in launchDevicePicker()
214 if (V) {Log.d(TAG,"Launching " +BluetoothDevicePicker.ACTION_LAUNCH );} in launchDevicePicker()
DBluetoothOppReceiver.java78 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH); in onReceive()