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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java3791 private static final int FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE = 0x1; field in class:NotificationCompat.WearableExtender
3800 private static final int DEFAULT_FLAGS = FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE;
4341 setFlag(FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE, contentIntentAvailableOffline);
4352 return (mFlags & FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE) != 0;
/frameworks/base/core/java/android/app/
H A DNotification.java8309 private static final int FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE = 0x1; field in class:Notification.WearableExtender
8318 private static final int DEFAULT_FLAGS = FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE;
8806 setFlag(FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE, contentIntentAvailableOffline);
8817 return (mFlags & FLAG_CONTENT_INTENT_AVAILABLE_OFFLINE) != 0;

Completed in 58 milliseconds