Searched refs:sStartedTransactionCount (Results 1 – 1 of 1) sorted by relevance
92 private static final AtomicInteger sStartedTransactionCount = new AtomicInteger(0); field in QueryTransactionTest220 assertThat(sStartedTransactionCount.get(), is(1)); in pagedList()241 assertThat(sStartedTransactionCount.get(), is(mUseTransactionDao ? 7 : 5)); in pagedList()252 assertThat(sStartedTransactionCount.get(), is(mUseTransactionDao ? 1 : 0)); in dataSourceRange()274 assertThat(sStartedTransactionCount.get(), is(1)); in dataSourceInitial()278 assertThat(sStartedTransactionCount.get(), is(expectedTransactionCount)); in assertTransactionCount()287 assertThat(sStartedTransactionCount.get(), is(expectedTransactionCount)); in assertTransactionCountWithChildren()309 sStartedTransactionCount.incrementAndGet(); in incrementTransactionCount()313 sStartedTransactionCount.set(0); in resetTransactionCount()381 public final int transactionId = sStartedTransactionCount.get();[all …]