Package org.robolectric.shadows
Class ShadowIncidentManager
- java.lang.Object
-
- org.robolectric.shadows.ShadowIncidentManager
-
@Implements(value=android.os.IncidentManager.class, minSdk=30, isInAndroidSdk=false) public class ShadowIncidentManager extends Object
Shadow class forIncidentManager.
-
-
Constructor Summary
Constructors Constructor Description ShadowIncidentManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddIncidentReport(Uri uri, IncidentManager.IncidentReport report)AddIncidentManager.IncidentReportto the list of reported incidents.protected voiddeleteIncidentReports(Uri uri)protected IncidentManager.IncidentReportgetIncidentReport(Uri uri)protected List<Uri>getIncidentReportList(String receiverClass)
-
-
-
Method Detail
-
getIncidentReportList
@NonNull @Implementation protected List<Uri> getIncidentReportList(String receiverClass)
-
getIncidentReport
@Implementation protected IncidentManager.IncidentReport getIncidentReport(Uri uri)
-
deleteIncidentReports
@Implementation protected void deleteIncidentReports(Uri uri)
-
addIncidentReport
public void addIncidentReport(Uri uri, IncidentManager.IncidentReport report)
AddIncidentManager.IncidentReportto the list of reported incidents.
-
-