Home
last modified time | relevance | path

Searched defs:bugreportFile (Results 1 – 1 of 1) sorted by relevance

/test/cts-root/tests/bugreport/src/android/bugreport/cts_root/
DBugreportManagerTest.java156 File bugreportFile = createTempFile("bugreport_" + name.getMethodName(), ".zip"); in testRetrieveBugreportConsentGranted() local
194 File bugreportFile = createTempFile("bugreport_" + name.getMethodName(), ".zip"); in testRetrieveBugreportConsentDenied() local
237 File bugreportFile = createTempFile( in testBugreportsLimitReached() local
393 File bugreportFile = createTempFile("startbugreport", ".zip"); in startFullReport() local
412 File bugreportFile = createTempFile("startbugreport", ".zip"); in startDeferredReport() local
526 public void onFinished(String bugreportFile) { in onFinished()