Searched refs:mBugreportFile (Results 1 – 1 of 1) sorted by relevance
90 private File mBugreportFile; field in BugreportManagerTest100 mBugreportFile = createTempFile("bugreport_" + name.getMethodName(), ".zip"); in setUp()101 mBugreportFd = parcelFd(mBugreportFile); in setUp()130 assertThat(mBugreportFile.length()).isGreaterThan(0L); in startConnectivityBugreport()146 assertThat(mBugreportFile.length()).isEqualTo(0L); in startConnectivityBugreport_consentDenied()163 assertThat(mBugreportFile.length()).isEqualTo(0L); in startConnectivityBugreport_consentTimeout()203 assertThat(mBugreportFile.length()).isGreaterThan(0L); in simultaneousBugreportsNotAllowed()227 assertThat(mBugreportFile.length()).isEqualTo(0L); in cancelBugreport()252 assertThat(mBugreportFile.length()).isGreaterThan(0L); in startBugreport_connectivityBugreport()464 assertThat(mBugreportFile.length()).isEqualTo(0L); in assertExceptionThrownForMode()