Searched refs:expectLoggedCalls (Results 1 – 2 of 2) sorted by relevance
84 expectLoggedCalls(log.e("Danger, Will Robinson!")); in testLogE()94 expectLoggedCalls(log.d("Danger, Will Robinson!")); in testLogD()104 expectLoggedCalls(log.v("Danger, Will Robinson!")); in testLogV()
252 expectLoggedCalls( in testAssertCalled()280 expectLoggedCalls( in testAssertCalled_neverCalled()309 expectLoggedCalls( in testAssertCalled_interrupted()464 expectLoggedCalls( in testAssertCalled_failsWhenCalledOnMainThread()491 public final void expectLoggedCalls(@Nullable LogEntry... expectedEntries) { in expectLoggedCalls() method in SyncCallbackTestCase