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.java159 File bugreportFile = createTempFile("bugreport_" + name.getMethodName(), ".zip"); in testRetrieveBugreportConsentGranted() local
197 File bugreportFile = createTempFile("bugreport_" + name.getMethodName(), ".zip"); in testRetrieveBugreportConsentDenied() local
240 File bugreportFile = createTempFile( in testBugreportsLimitReached() local
396 File bugreportFile = createTempFile("startbugreport", ".zip"); in startFullReport() local
416 File bugreportFile = createTempFile("startbugreport", ".zip"); in startDeferredReport() local
545 public void onFinished(String bugreportFile) { in onFinished()