Home
last modified time | relevance | path

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

/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DBugreportManagerTest.java117 assertThat(callback.hasEarlyReportFinished()).isFalse(); in startConnectivityBugreport()
123 assertThat(callback.hasEarlyReportFinished()).isTrue(); in startConnectivityBugreport()
172 assertThat(callback1.hasEarlyReportFinished()).isFalse(); in simultaneousBugreportsNotAllowed()
194 assertThat(callback1.hasEarlyReportFinished()).isTrue(); in simultaneousBugreportsNotAllowed()
227 assertThat(callback.hasEarlyReportFinished()).isFalse(); in startBugreport_connectivityBugreport()
241 assertThat(callback.hasEarlyReportFinished()).isTrue(); in startBugreport_connectivityBugreport()
340 public synchronized boolean hasEarlyReportFinished() { in hasEarlyReportFinished() method in BugreportManagerTest.BugreportCallbackImpl