Home
last modified time | relevance | path

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

/external/libevent/
Devent_iocp.c46 #define NOTIFICATION_KEY ((ULONG_PTR)-1) macro
89 if (key != NOTIFICATION_KEY && overlapped) in loop()
241 r = PostQueuedCompletionStatus(port->port, 0, NOTIFICATION_KEY, in event_iocp_notify_all()
/external/libtextclassifier/notification/src/com/android/textclassifier/notification/
DSmartSuggestionsHelper.java68 static final String NOTIFICATION_KEY = "notificationKey"; field in SmartSuggestionsHelper
296 extra.putString(NOTIFICATION_KEY, statusBarNotification.getKey()); in suggestConversationActions()