Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3217 private static final int FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE = 0x1; field in NotificationCompat.WearableExtender
3226 private static final int DEFAULT_FLAGS = FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE;
3709 setFlag(FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE, contentIntentAvailableOffline); in setContentIntentAvailableOffline()
3720 return (mFlags & FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE) != 0; in getContentIntentAvailableOffline()