Searched refs:mBugreportFd (Results 1 – 1 of 1) sorted by relevance
87 private ParcelFileDescriptor mBugreportFd; field in BugreportManagerTest97 mBugreportFd = parcelFd(mBugreportFile); in setUp()108 FileUtils.closeQuietly(mBugreportFd); in tearDown()118 mBugreportManager.startConnectivityBugreport(mBugreportFd, Runnable::run, callback); in startConnectivityBugreport()126 assertFdIsClosed(mBugreportFd); in startConnectivityBugreport()133 mBugreportManager.startConnectivityBugreport(mBugreportFd, Runnable::run, callback); in startConnectivityBugreport_consentDenied()141 assertFdIsClosed(mBugreportFd); in startConnectivityBugreport_consentDenied()149 mBugreportManager.startConnectivityBugreport(mBugreportFd, Runnable::run, callback); in startConnectivityBugreport_consentTimeout()157 assertFdIsClosed(mBugreportFd); in startConnectivityBugreport_consentTimeout()175 mBugreportManager.startConnectivityBugreport(mBugreportFd, Runnable::run, callback1); in simultaneousBugreportsNotAllowed()[all …]