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

  /packages/apps/Email/src/com/android/email/activity/
AttachmentInfoDialog.java 50 Intent actionIntent = null;
65 actionIntent = new Intent(Settings.ACTION_SECURITY_SETTINGS);
66 actionIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
67 actionIntent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK);
74 actionIntent = new Intent(Settings.ACTION_WIFI_SETTINGS);
75 actionIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
76 actionIntent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK);
83 args.putParcelable(BUNDLE_ACTION_INTENT, actionIntent);
95 final Intent actionIntent = args.getParcelable(BUNDLE_ACTION_INTENT);
102 startActivity(actionIntent);
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 123 jbBuilder.addAction(action.icon, action.title, action.actionIntent);
764 public PendingIntent actionIntent;
769 this.actionIntent = intent_;
  /frameworks/base/core/java/android/app/
Notification.java 449 public PendingIntent actionIntent;
456 actionIntent = PendingIntent.CREATOR.createFromParcel(in);
462 this.actionIntent = intent_;
469 this.actionIntent // safe to alias
480 if (actionIntent != null) {
482 actionIntent.writeToParcel(out, flags);
    [all...]
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 

Completed in 296 milliseconds