Home
last modified time | relevance | path

Searched refs:FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java9078 private static final int FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE = 0x1; field in Notification.Builder.WearableExtender
9087 private static final int DEFAULT_FLAGS = FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE;
9583 setFlag(FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE, contentIntentAvailableOffline); in setContentIntentAvailableOffline()
9594 return (mFlags & FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE) != 0; in getContentIntentAvailableOffline()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7880 Landroid/app/Notification$WearableExtender;->FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE:I