Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/
DBugreportManagerTest.java158 shareConsentDialog(ConsentReply.ALLOW); in normalFlow_wifi()
176 shareConsentDialog(ConsentReply.ALLOW); in normalFlow_interactive()
192 shareConsentDialog(ConsentReply.ALLOW); in normalFlow_full()
214 shareConsentDialog(ConsentReply.ALLOW); in preDumpUiData_then_fullWithUsePreDumpFlag()
245 shareConsentDialog(ConsentReply.ALLOW); in preDumpData_then_fullWithoutUsePreDumpFlag_ignoresPreDump()
280 shareConsentDialog(ConsentReply.ALLOW); in noPreDumpData_then_fullWithUsePreDumpFlag_ignoresFlag()
298 shareConsentDialog(ConsentReply.ALLOW); in simultaneousBugreportsNotAllowed()
802 private enum ConsentReply { enum in BugreportManagerTest
812 private void shareConsentDialog(@NonNull ConsentReply consentReply) throws Exception { in shareConsentDialog()
824 if (consentReply.equals(ConsentReply.TIMEOUT)) { in shareConsentDialog()
[all …]