Searched refs:ACTION_LAUNCH (Results 1 – 5 of 5) sorted by relevance
82 public static final String ACTION_LAUNCH = "com.android.launcher3.action.LAUNCH"; field in Stats122 new IntentFilter(ACTION_LAUNCH), in Stats()134 Intent broadcastIntent = new Intent(ACTION_LAUNCH).putExtra(EXTRA_INTENT, flat); in recordLaunch()
55 static final String ACTION_LAUNCH = "com.android.example.notificationlistener.LAUNCH"; field in Listener124 if (ACTION_LAUNCH.equals(intent.getAction())) {251 intentFilter.addAction(ACTION_LAUNCH); in onCreate()
165 sendBroadcast(new Intent(Listener.ACTION_LAUNCH) in launch()
205 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH); in launchDevicePicker()214 if (V) {Log.d(TAG,"Launching " +BluetoothDevicePicker.ACTION_LAUNCH );} in launchDevicePicker()
78 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH); in onReceive()