Searched defs:Notification (Results 1 – 8 of 8) sorted by relevance
43 Notification enumConstant
92 public static class Notification { class in DispatchResponse96 protected Notification(@NotificationEventId int notificationEventId) { in Notification() method in DispatchResponse.Notification
319 using Notification = std::pair<bool, uint8_t>; variable
79 EAP_TYPE_STRING.put(EAP_NOTIFICATION, "Notification"); in EAP_TYPE_STRING.put()
49 EAP_SIM_SUBTYPE_STRING.put(EAP_SIM_NOTIFICATION, "Notification"); in EAP_SIM_SUBTYPE_STRING.put()
53 EAP_AKA_SUBTYPE_STRING.put(EAP_AKA_NOTIFICATION, "Notification"); in EAP_AKA_SUBTYPE_STRING.put()
186 private fun Notification.title() = this.extras.getString(Notification.EXTRA_TITLE) in title() method187 private fun Notification.text() = this.extras.getString(Notification.EXTRA_TEXT) in title() method
1883 enum Notification { enum