Searched defs:Notification (Results 1 – 8 of 8) sorted by relevance
307 struct Notification { in processNotifications() struct308 sp<IComponentListener> listener; in processNotifications()309 hidl_vec<IComponentListener::InputBuffer> inputBuffers; in processNotifications()310 Notification(const sp<IComponentListener>& l, size_t s) in processNotifications() argument
149 private fun Notification.title() = this.extras.getString(Notification.EXTRA_TITLE) in title() method150 private fun Notification.text() = this.extras.getString(Notification.EXTRA_TEXT) in title() method
110 message Notification { message
344 message Notification { message
680 message Notification { message
1475 private class Notification extends IServiceNotification.Stub { class in BatteryService.HealthServiceWrapper
120 public class Notification implements Parcelable class2152 public Notification() in Notification() method in Notification2163 public Notification(Context context, int icon, CharSequence tickerText, long when, in Notification() method in Notification2189 public Notification(int icon, CharSequence tickerText, long when) in Notification() method in Notification2201 public Notification(Parcel parcel) { in Notification() method in Notification
1450 enum Notification { enum