Searched defs:Notification (Results 1 – 10 of 10) sorted by relevance
15 Notification, enumerator
43 Notification enumConstant
93 public static class Notification { class in DispatchResponse97 protected Notification(@NotificationEventId int notificationEventId) { in Notification() method in DispatchResponse.Notification
349 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()
187 private fun Notification.title() = this.extras.getString(Notification.EXTRA_TITLE) in title() method188 private fun Notification.text() = this.extras.getString(Notification.EXTRA_TEXT) in title() method
1030 public static final class Notification implements Parcelable { class in SafetySourceIssue1054 private Notification( in Notification() method in SafetySourceIssue.Notification
1883 enum Notification { enum