Home
last modified time | relevance | path

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

12

/aosp12/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() function
96 inline Notification(const Subscriber* subscriber, in Notification() argument
103 inline Notification(const int broadcast) : in Notification() function
108 inline Notification(const Subscriber* subscriber) : in Notification() function
/aosp12/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() argument
96 inline Notification(const Subscriber* subscriber, in Notification() argument
103 inline Notification(const int broadcast) : in Notification() argument
108 inline Notification(const Subscriber* subscriber) : in Notification() function
/aosp12/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() function
96 inline Notification(const Subscriber* subscriber, in Notification() argument
103 inline Notification(const int broadcast) : in Notification() function
108 inline Notification(const Subscriber* subscriber) : in Notification() function
/aosp12/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() argument
96 inline Notification(const Subscriber* subscriber, in Notification() argument
103 inline Notification(const int broadcast) : in Notification() argument
108 inline Notification(const Subscriber* subscriber) : in Notification() argument
/aosp12/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() argument
96 inline Notification(const Subscriber* subscriber, in Notification() function
103 inline Notification(const int broadcast) : in Notification() argument
108 inline Notification(const Subscriber* subscriber) : in Notification() argument
/aosp12/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() argument
96 inline Notification(const Subscriber* subscriber, in Notification() argument
103 inline Notification(const int broadcast) : in Notification() function
108 inline Notification(const Subscriber* subscriber) : in Notification() argument
/aosp12/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() function
96 inline Notification(const Subscriber* subscriber, in Notification() function
103 inline Notification(const int broadcast) : in Notification() function
108 inline Notification(const Subscriber* subscriber) : in Notification() function
/aosp12/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() argument
96 inline Notification(const Subscriber* subscriber, in Notification() function
103 inline Notification(const int broadcast) : in Notification() argument
108 inline Notification(const Subscriber* subscriber) : in Notification() argument
/aosp12/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() argument
96 inline Notification(const Subscriber* subscriber, in Notification() argument
103 inline Notification(const int broadcast) : in Notification() argument
108 inline Notification(const Subscriber* subscriber) : in Notification() function
/aosp12/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() argument
96 inline Notification(const Subscriber* subscriber, in Notification() function
103 inline Notification(const int broadcast) : in Notification() function
108 inline Notification(const Subscriber* subscriber) : in Notification() argument
/aosp12/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() argument
96 inline Notification(const Subscriber* subscriber, in Notification() function
103 inline Notification(const int broadcast) : in Notification() argument
108 inline Notification(const Subscriber* subscriber) : in Notification() argument
/aosp12/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() argument
96 inline Notification(const Subscriber* subscriber, in Notification() argument
103 inline Notification(const int broadcast) : in Notification() function
108 inline Notification(const Subscriber* subscriber) : in Notification() function
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A 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() argument
/aosp12/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
H A DVoicemailStatusCorruptionHandler.java43 Notification enumConstant
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotifications.proto24 message Notification { message
/aosp12/system/bt/profile/avrcp/
H A Ddevice.h315 using Notification = std::pair<bool, uint8_t>; variable
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringNotificationUpdaterTest.kt186 private fun Notification.title() = this.extras.getString(Notification.EXTRA_TITLE) regex
187 private fun Notification.text() = this.extras.getString(Notification.EXTRA_TEXT) regex
/aosp12/frameworks/base/core/proto/android/server/
H A Dnotificationhistory.proto31 message Notification { message
/aosp12/frameworks/base/core/proto/android/providers/settings/
H A Dsystem.proto111 message Notification { message
H A Dsecure.proto410 message Notification { message
H A Dglobal.proto688 message Notification { message
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java1578 private class Notification extends IServiceNotification.Stub { class in BatteryService.HealthServiceWrapper
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java129 public class Notification implements Parcelable class
2452 public Notification() in Notification() method in Notification
2463 public Notification(Context context, int icon, CharSequence tickerText, long when, in Notification() method in Notification
2490 public Notification(int icon, CharSequence tickerText, long when) in Notification() method in Notification
2502 public Notification(Parcel parcel) { in Notification() method in Notification
/aosp12/packages/modules/Wifi/service/proto/src/
H A Dmetrics.proto1868 enum Notification { enum
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgoogle-api-services-storage-v1-rev158-1.25.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...

12