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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java381 * @param highPriority Passing true will cause this notification to be sent
384 public Builder setFullScreenIntent(PendingIntent intent, boolean highPriority) { argument
386 setFlag(FLAG_HIGH_PRIORITY, highPriority);
/frameworks/base/core/java/android/app/
H A DNotification.java1382 * @param highPriority Passing true will cause this notification to be sent
1387 public Builder setFullScreenIntent(PendingIntent intent, boolean highPriority) { argument
1389 setFlag(FLAG_HIGH_PRIORITY, highPriority);

Completed in 70 milliseconds