Searched refs:mBugreportFile (Results 1 – 1 of 1) sorted by relevance
86 private File mBugreportFile; field in BugreportManagerTest96 mBugreportFile = createTempFile("bugreport_" + name.getMethodName(), ".zip"); in setUp()97 mBugreportFd = parcelFd(mBugreportFile); in setUp()125 assertThat(mBugreportFile.length()).isGreaterThan(0L); in startConnectivityBugreport()140 assertThat(mBugreportFile.length()).isEqualTo(0L); in startConnectivityBugreport_consentDenied()156 assertThat(mBugreportFile.length()).isEqualTo(0L); in startConnectivityBugreport_consentTimeout()196 assertThat(mBugreportFile.length()).isGreaterThan(0L); in simultaneousBugreportsNotAllowed()219 assertThat(mBugreportFile.length()).isEqualTo(0L); in cancelBugreport()243 assertThat(mBugreportFile.length()).isGreaterThan(0L); in startBugreport_connectivityBugreport()455 assertThat(mBugreportFile.length()).isEqualTo(0L); in assertExceptionThrownForMode()