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

  /packages/apps/Calendar/src/com/android/calendar/
AlertReceiver.java 125 Intent clickIntent = new Intent();
126 clickIntent.setClass(context, AlertActivity.class);
127 clickIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
152 context, 0, clickIntent, 0);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 61 Intent clickIntent = new Intent(Intent.ACTION_MAIN);
62 clickIntent.setClassName(MyRssReader5.class.getName());
64 clickIntent, null);
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 247 Intent clickIntent, String description, int iconResourceId,
249 mClickIntent = clickIntent;
405 Intent clickIntent = ComposeMessageActivity.createIntent(context, threadId);
406 clickIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK
418 clickIntent, body, iconResourceId, ticker, timeMillis,
452 Intent clickIntent,
475 clickIntent = new Intent(Intent.ACTION_MAIN);
477 clickIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK
481 clickIntent.setType("vnd.android-dir/mms-sms");
493 PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, clickIntent,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 631 Intent clickIntent = new Intent();
632 clickIntent.setClass(this, BluetoothPbapActivity.class);
633 clickIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
634 clickIntent.setAction(action);
650 .getActivity(this, 0, clickIntent, 0));
663 .getActivity(this, 0, clickIntent, 0));
  /frameworks/base/core/java/android/content/
SyncManager.java     [all...]

Completed in 257 milliseconds