Searched refs:mOnBringToForegroundCounter (Results 1 – 2 of 2) sorted by relevance
619 assertEquals(0, mOnBringToForegroundCounter.getInvokeCount()); in testOnBringToForeground()626 mOnBringToForegroundCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testOnBringToForeground()628 assertFalse((Boolean) mOnBringToForegroundCounter.getArgs(0)[0]); in testOnBringToForeground()632 mOnBringToForegroundCounter.waitForCount(2, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testOnBringToForeground()634 assertTrue((Boolean) mOnBringToForegroundCounter.getArgs(1)[0]); in testOnBringToForeground()
90 TestUtils.InvokeCounter mOnBringToForegroundCounter; field in BaseTelecomTestWithMockServices365 mOnBringToForegroundCounter.invoke(showDialpad); in setupCallbacks()426 mOnBringToForegroundCounter = new TestUtils.InvokeCounter("OnBringToForeground"); in setupCallbacks()