Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DInputBufferManager.cpp322 struct Notification { in processNotifications() struct
323 sp<IComponentListener> listener; in processNotifications()
324 hidl_vec<IComponentListener::InputBuffer> inputBuffers; in processNotifications()
325 Notification(const sp<IComponentListener>& l, size_t s) in processNotifications() function
/frameworks/av/media/codec2/hal/aidl/
DInputBufferManager.cpp305 struct Notification { in processNotifications() struct
306 std::shared_ptr<IComponentListener> listener; in processNotifications()
307 std::vector<IComponentListener::InputBuffer> inputBuffers; in processNotifications()
308 Notification(const std::shared_ptr<IComponentListener>& l, size_t s) in processNotifications() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotifications.proto24 message Notification { message
/frameworks/base/core/proto/android/server/
Dnotificationhistory.proto31 message Notification { message
/frameworks/base/services/core/java/com/android/server/health/
DHealthServiceWrapperHidl.java269 private class Notification extends IServiceNotification.Stub { class in HealthServiceWrapperHidl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DSingleLineViewInflaterTest.kt350 private fun Notification.makeSingleLineViewModel(type: NotificationType): SingleLineViewModel { in <lambda>() method
386 private fun Notification.Builder.getMessagingStyle(): Notification.MessagingStyle? { in <lambda>() method
/frameworks/base/core/proto/android/providers/settings/
Dsystem.proto112 message Notification { message
Dsecure.proto462 message Notification { message
Dglobal.proto713 message Notification { message
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DActivityOptions.java163 public static class Notification { class in ActivityOptions
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DSingleLineViewInflater.kt371 private fun Notification.Builder.getDefaultAvatar( in getDefaultAvatar() method
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_atoms.proto496 message Notification { message
/frameworks/base/core/java/android/app/
DNotification.java145 public class Notification implements Parcelable class
2601 public Notification() in Notification() method in Notification
2617 public Notification(Context context, int icon, CharSequence tickerText, long when, in Notification() method in Notification
2648 public Notification(int icon, CharSequence tickerText, long when) in Notification() method in Notification
2665 public Notification(Parcel parcel) { in Notification() method in Notification