Home
last modified time | relevance | path

Searched defs:Notification (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/utils/
DInputBufferManager.cpp307 struct Notification { in processNotifications() struct
308 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
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringNotificationUpdaterTest.kt149 private fun Notification.title() = this.extras.getString(Notification.EXTRA_TITLE) in title() method
150 private fun Notification.text() = this.extras.getString(Notification.EXTRA_TEXT) in title() method
/frameworks/base/core/proto/android/providers/settings/
Dsystem.proto110 message Notification { message
Dsecure.proto344 message Notification { message
Dglobal.proto680 message Notification { message
/frameworks/base/services/core/java/com/android/server/
DBatteryService.java1475 private class Notification extends IServiceNotification.Stub { class in BatteryService.HealthServiceWrapper
/frameworks/base/core/java/android/app/
DNotification.java120 public class Notification implements Parcelable class
2152 public Notification() in Notification() method in Notification
2163 public Notification(Context context, int icon, CharSequence tickerText, long when, in Notification() method in Notification
2189 public Notification(int icon, CharSequence tickerText, long when) in Notification() method in Notification
2201 public Notification(Parcel parcel) { in Notification() method in Notification
/frameworks/base/proto/src/
Dwifi.proto1450 enum Notification { enum