Home
last modified time | relevance | path

Searched refs:getCompanionServiceLocked (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DIncidentManager.java499 getCompanionServiceLocked().authorizeReport(callingUid, callingPackage, null, null, in requestAuthorization()
513 getCompanionServiceLocked().cancelAuthorization(listener.mBinder); in cancelAuthorization()
527 strings = getCompanionServiceLocked().getPendingReports(); in getPendingReports()
545 getCompanionServiceLocked().approveReport(uri.toString()); in approveReport()
558 getCompanionServiceLocked().denyReport(uri.toString()); in denyReport()
637 strings = getCompanionServiceLocked().getIncidentReportList( in getIncidentReportList()
683 return getCompanionServiceLocked().getIncidentReport(pkg, cls, id); in getIncidentReport()
702 getCompanionServiceLocked().deleteAllIncidentReports(mContext.getPackageName()); in deleteIncidentReports()
726 getCompanionServiceLocked().deleteIncidentReports(pkg, cls, id); in deleteIncidentReports()
768 private IIncidentCompanion getCompanionServiceLocked() throws RemoteException { in getCompanionServiceLocked() method in IncidentManager