Home
last modified time | relevance | path

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

/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DBugreportManagerTest.java119 setConsentDialogReply(ConsentReply.ALLOW); in startConnectivityBugreport()
134 setConsentDialogReply(ConsentReply.DENY); in startConnectivityBugreport_consentDenied()
150 setConsentDialogReply(ConsentReply.NONE_TIMEOUT); in startConnectivityBugreport_consentTimeout()
190 setConsentDialogReply(ConsentReply.ALLOW); in simultaneousBugreportsNotAllowed()
237 setConsentDialogReply(ConsentReply.ALLOW); in startBugreport_connectivityBugreport()
354 private enum ConsentReply { enum in BugreportManagerTest
363 private void setConsentDialogReply(ConsentReply consentReply) throws Exception { in setConsentDialogReply()