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

/frameworks/base/libs/hwui/
H A DSnapshot.cpp117 float radius, bool highPriority) {
123 if (roundRectClipState && roundRectClipState->highPriority) {
130 state->highPriority = highPriority;
116 setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds, float radius, bool highPriority) argument
H A DSnapshot.h59 bool highPriority; member in class:android::uirenderer::RoundRectClipState
177 float radius, bool highPriority);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkNotificationManager.java129 NetworkAgentInfo switchToNai, PendingIntent intent, boolean highPriority) {
161 highPriority));
204 final String channelId = highPriority ? SystemNotificationChannels.NETWORK_ALERTS :
128 showNotification(int id, NotificationType notifyType, NetworkAgentInfo nai, NetworkAgentInfo switchToNai, PendingIntent intent, boolean highPriority) argument
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java910 * @param highPriority Passing true will cause this notification to be sent
913 public Builder setFullScreenIntent(PendingIntent intent, boolean highPriority) { argument
915 setFlag(FLAG_HIGH_PRIORITY, highPriority);
/frameworks/base/core/java/android/app/
H A DNotification.java3276 * @param highPriority Passing true will cause this notification to be sent
3281 public Builder setFullScreenIntent(PendingIntent intent, boolean highPriority) { argument
3283 setFlag(FLAG_HIGH_PRIORITY, highPriority);

Completed in 168 milliseconds