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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2290 private static final int FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE = 0x1; field in class:NotificationCompat.WearableExtender
2297 private static final int DEFAULT_FLAGS = FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE;
2768 setFlag(FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE, contentIntentAvailableOffline);
2779 return (mFlags & FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE) != 0;
/frameworks/base/core/java/android/app/
H A DNotification.java4486 private static final int FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE = 0x1; field in class:Notification.WearableExtender
4493 private static final int DEFAULT_FLAGS = FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE;
4959 setFlag(FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE, contentIntentAvailableOffline);
4970 return (mFlags & FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE) != 0;

Completed in 41 milliseconds