Home
last modified time | relevance | path

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

/test/cts-root/tests/bugreport/src/android/bugreport/cts_root/
DBugreportManagerTest.java159 ParcelFileDescriptor bugreportFd = parcelFd(bugreportFile); in testRetrieveBugreportConsentGranted() local
160 assertThat(bugreportFd).isNotNull(); in testRetrieveBugreportConsentGranted()
162 mBugreportManager.retrieveBugreport(bugreportFileLocation, bugreportFd, in testRetrieveBugreportConsentGranted()
195 ParcelFileDescriptor bugreportFd = parcelFd(bugreportFile); in testRetrieveBugreportConsentDenied() local
196 assertThat(bugreportFd).isNotNull(); in testRetrieveBugreportConsentDenied()
199 bugreportFd, in testRetrieveBugreportConsentDenied()