/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
D | InputBufferManager.cpp | 322 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/ |
D | InputBufferManager.cpp | 305 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/ |
D | Notifications.proto | 24 message Notification { message
|
/frameworks/base/core/proto/android/server/ |
D | notificationhistory.proto | 31 message Notification { message
|
/frameworks/base/services/core/java/com/android/server/health/ |
D | HealthServiceWrapperHidl.java | 269 private class Notification extends IServiceNotification.Stub { class in HealthServiceWrapperHidl
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | SingleLineViewInflaterTest.kt | 350 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/ |
D | system.proto | 112 message Notification { message
|
D | secure.proto | 462 message Notification { message
|
D | global.proto | 713 message Notification { message
|
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/ |
D | ActivityOptions.java | 163 public static class Notification { class in ActivityOptions
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | SingleLineViewInflater.kt | 371 private fun Notification.Builder.getDefaultAvatar( in getDefaultAvatar() method
|
/frameworks/proto_logging/stats/atoms/sysui/ |
D | sysui_atoms.proto | 496 message Notification { message
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 145 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
|