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

/frameworks/base/core/java/android/app/
H A DNotification.java5839 private static final int FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE = 0x1; field in class:Notification.WearableExtender
5848 private static final int DEFAULT_FLAGS = FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE;
6320 setFlag(FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE, contentIntentAvailableOffline);
6331 return (mFlags & FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE) != 0;
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3018 private static final int FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE = 0x1; field in class:NotificationCompat.WearableExtender
3027 private static final int DEFAULT_FLAGS = FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE;
3510 setFlag(FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE, contentIntentAvailableOffline);
3521 return (mFlags & FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE) != 0;

Completed in 58 milliseconds