Home
last modified time | relevance | path

Searched refs:ALLOW (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()
271 shareConsentDialog(ConsentReply.ALLOW); in testBugreportsLimitReached()
283 shareConsentDialog(ConsentReply.ALLOW); in testBugreportsLimitReached()
400 shareConsentDialog(ConsentReply.ALLOW); in startFullReport()
434 shareConsentDialog(ConsentReply.ALLOW); in startDeferredReport()
562 ALLOW, enumConstant
582 if (consentReply.equals(ConsentReply.ALLOW)) { in shareConsentDialog()