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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java234 * @param highPriority Passing true will cause this notification to be sent
237 public Builder setFullScreenIntent(PendingIntent intent, boolean highPriority) { argument
239 setFlag(FLAG_HIGH_PRIORITY, highPriority);
/frameworks/base/core/java/android/app/
H A DNotification.java1146 * @param highPriority Passing true will cause this notification to be sent
1151 public Builder setFullScreenIntent(PendingIntent intent, boolean highPriority) { argument
1153 setFlag(FLAG_HIGH_PRIORITY, highPriority);

Completed in 76 milliseconds