Home
last modified time | relevance | path

Searched refs: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
159 ParcelFileDescriptor bugreportFd = parcelFd(bugreportFile); in testRetrieveBugreportConsentGranted()
166 assertThat(bugreportFile.length()).isGreaterThan(0); in testRetrieveBugreportConsentGranted()
194 File bugreportFile = createTempFile("bugreport_" + name.getMethodName(), ".zip"); in testRetrieveBugreportConsentDenied() local
195 ParcelFileDescriptor bugreportFd = parcelFd(bugreportFile); in testRetrieveBugreportConsentDenied()
206 assertThat(bugreportFile.length()).isEqualTo(0); in testRetrieveBugreportConsentDenied()
213 mBugreportManager.retrieveBugreport(bugreportFileLocation, parcelFd(bugreportFile), in testRetrieveBugreportConsentDenied()
237 File bugreportFile = createTempFile( in testBugreportsLimitReached() local
239 bugreportFiles.add(bugreportFile); in testBugreportsLimitReached()
393 File bugreportFile = createTempFile("startbugreport", ".zip"); in startFullReport() local
[all …]