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.java159 File bugreportFile = createTempFile("bugreport_" + name.getMethodName(), ".zip"); in testRetrieveBugreportConsentGranted() local
162 ParcelFileDescriptor bugreportFd = parcelFd(bugreportFile); in testRetrieveBugreportConsentGranted()
169 assertThat(bugreportFile.length()).isGreaterThan(0); in testRetrieveBugreportConsentGranted()
197 File bugreportFile = createTempFile("bugreport_" + name.getMethodName(), ".zip"); in testRetrieveBugreportConsentDenied() local
198 ParcelFileDescriptor bugreportFd = parcelFd(bugreportFile); in testRetrieveBugreportConsentDenied()
209 assertThat(bugreportFile.length()).isEqualTo(0); in testRetrieveBugreportConsentDenied()
216 mBugreportManager.retrieveBugreport(bugreportFileLocation, parcelFd(bugreportFile), in testRetrieveBugreportConsentDenied()
240 File bugreportFile = createTempFile( in testBugreportsLimitReached() local
242 bugreportFiles.add(bugreportFile); in testBugreportsLimitReached()
396 File bugreportFile = createTempFile("startbugreport", ".zip"); in startFullReport() local
[all …]