Home
last modified time | relevance | path

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

/test/cts-root/tests/bugreport/src/android/bugreport/cts_root/
DBugreportManagerTest.java164 shareConsentDialog(ConsentReply.ALLOW); in testRetrieveBugreportConsentGranted()
202 shareConsentDialog(ConsentReply.DENY); in testRetrieveBugreportConsentDenied()
271 shareConsentDialog(ConsentReply.ALLOW); in testBugreportsLimitReached()
283 shareConsentDialog(ConsentReply.ALLOW); in testBugreportsLimitReached()
400 shareConsentDialog(ConsentReply.ALLOW); in startFullReport()
434 shareConsentDialog(ConsentReply.ALLOW); in startDeferredReport()
571 private void shareConsentDialog(@NonNull ConsentReply consentReply) throws Exception { in shareConsentDialog() method in BugreportManagerTest