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 for 
IncidentManager.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddIncidentReport(Uri uri, IncidentManager.IncidentReport report) AddIncidentManager.IncidentReportto the list of reported incidents.protected voiddeleteIncidentReports(Uri uri) protected IncidentManager.IncidentReportgetIncidentReport(Uri uri) getIncidentReportList(String receiverClass) 
- 
Constructor Details- 
ShadowIncidentManagerpublic ShadowIncidentManager()
 
- 
- 
Method Details- 
getIncidentReportList
- 
getIncidentReport
- 
deleteIncidentReports
- 
addIncidentReportAddIncidentManager.IncidentReportto the list of reported incidents.
 
-