Searched refs:parcelFd (Results 1 – 1 of 1) sorted by relevance
/test/cts-root/tests/bugreport/src/android/bugreport/cts_root/ |
D | BugreportManagerTest.java | 132 mBugreportManager.startBugreport(parcelFd(startBugreportFile), null, in testRetrieveBugreportConsentGranted() 149 "unknown/file.zip", parcelFd(bugreportFile2), in testRetrieveBugreportConsentGranted() 159 ParcelFileDescriptor bugreportFd = parcelFd(bugreportFile); in testRetrieveBugreportConsentGranted() 183 mBugreportManager.startBugreport(parcelFd(new File("/dev/null")), in testRetrieveBugreportConsentDenied() 195 ParcelFileDescriptor bugreportFd = parcelFd(bugreportFile); in testRetrieveBugreportConsentDenied() 213 mBugreportManager.retrieveBugreport(bugreportFileLocation, parcelFd(bugreportFile), in testRetrieveBugreportConsentDenied() 245 mBugreportManager.startBugreport(parcelFd(startBugreportFile), null, in testBugreportsLimitReached() 268 bugreportFileLocations.getFirst(), parcelFd(bugreportFiles.getFirst()), in testBugreportsLimitReached() 280 bugreportFileLocations.getLast(), parcelFd(bugreportFiles.getLast()), in testBugreportsLimitReached() 396 mBugreportManager.startBugreport(parcelFd(bugreportFile), null, in startFullReport() [all …]
|