Searched refs:getIncidentReport (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tools/powerstats/ |
D | PowerStatsServiceProtoParser.java | 141 PowerStatsServiceMeterProto pssMeterProto = irMeterProto.getIncidentReport(); in generateCsvFile() 153 PowerStatsServiceModelProto pssModelProto = irModelProto.getIncidentReport(); in generateCsvFile() 167 irResidencyProto.getIncidentReport(); in generateCsvFile()
|
/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/core/java/android/os/ |
D | IIncidentManager.aidl | 83 IncidentManager.IncidentReport getIncidentReport(String pkg, String cls, String id); in getIncidentReport() method
|
D | IncidentManager.java | 662 public @Nullable IncidentReport getIncidentReport(Uri uri) { in getIncidentReport() method in IncidentManager 683 return getCompanionServiceLocked().getIncidentReport(pkg, cls, id); in getIncidentReport()
|
/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 | 145 virtual Status getIncidentReport(const String16& pkg, const String16& cls,
|
D | IncidentService.cpp | 438 Status IncidentService::getIncidentReport(const String16& pkg16, const String16& cls16, in getIncidentReport() function in android::os::incidentd::IncidentService
|
/frameworks/base/core/api/ |
D | system-current.txt | 9454 …KAGE_USAGE_STATS}) public android.os.IncidentManager.IncidentReport getIncidentReport(android.net.…
|
/frameworks/base/services/ |
D | art-profile | 22926 PLcom/android/server/incident/IncidentCompanionService$BinderService;->getIncidentReport(Ljava/lang…
|