Searched refs:getIncidentReport (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | IIncidentManager.aidl | 69 IncidentManager.IncidentReport getIncidentReport(String pkg, String cls, String id); in getIncidentReport() method
|
D | IncidentManager.java | 571 public @Nullable IncidentReport getIncidentReport(Uri uri) { in getIncidentReport() method in IncidentManager 592 return getCompanionServiceLocked().getIncidentReport(pkg, cls, id); in getIncidentReport()
|
/frameworks/native/libs/incidentcompanion/binder/android/os/ |
D | IIncidentCompanion.aidl | 93 IncidentManager.IncidentReport getIncidentReport(String pkg, String cls, String id); in getIncidentReport() method
|
/frameworks/base/services/core/java/com/android/server/incident/ |
D | IncidentCompanionService.java | 249 public IncidentManager.IncidentReport getIncidentReport(String pkg, String cls, String id) in getIncidentReport() method in IncidentCompanionService.BinderService 259 return getIIncidentManager().getIncidentReport(pkg, cls, id); in getIncidentReport()
|
/frameworks/base/cmds/incidentd/src/ |
D | IncidentService.h | 134 virtual Status getIncidentReport(const String16& pkg, const String16& cls,
|
D | IncidentService.cpp | 388 Status IncidentService::getIncidentReport(const String16& pkg16, const String16& cls16, in getIncidentReport() function in android::os::incidentd::IncidentService
|
/frameworks/base/api/ |
D | test-lint-baseline.txt | 1198 MissingNullability: android.os.IncidentManager#getIncidentReport(android.net.Uri) parameter #0:
|
D | test-current.txt | 2103 …KAGE_USAGE_STATS}) public android.os.IncidentManager.IncidentReport getIncidentReport(android.net.…
|
D | system-current.txt | 6041 …KAGE_USAGE_STATS}) public android.os.IncidentManager.IncidentReport getIncidentReport(android.net.…
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 5947 …KAGE_USAGE_STATS}) public android.os.IncidentManager.IncidentReport getIncidentReport(android.net.…
|