Searched defs:fullScreenIntent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java286 public PendingIntent fullScreenIntent; field in class:Notification
1923 fullScreenIntent = PendingIntent.CREATOR.createFromParcel(parcel);
1994 that.fullScreenIntent = this.fullScreenIntent;
2294 if (fullScreenIntent != null) {
2296 fullScreenIntent.writeToParcel(parcel, 0);
3279 * @see Notification#fullScreenIntent
3282 mN.fullScreenIntent = intent;
4332 boolean emphazisedMode = mN.fullScreenIntent != null && !p.ambient;

Completed in 82 milliseconds