Searched refs:mOnBringToForegroundCounter (Results 1 – 2 of 2) sorted by relevance
814 assertEquals(0, mOnBringToForegroundCounter.getInvokeCount()); in testOnBringToForeground()821 mOnBringToForegroundCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testOnBringToForeground()823 assertFalse((Boolean) mOnBringToForegroundCounter.getArgs(0)[0]); in testOnBringToForeground()827 mOnBringToForegroundCounter.waitForCount(2, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testOnBringToForeground()829 assertTrue((Boolean) mOnBringToForegroundCounter.getArgs(1)[0]); in testOnBringToForeground()
123 TestUtils.InvokeCounter mOnBringToForegroundCounter; field in BaseTelecomTestWithMockServices546 mOnBringToForegroundCounter.invoke(showDialpad); in setupCallbacks()625 mOnBringToForegroundCounter = new TestUtils.InvokeCounter("OnBringToForeground"); in setupCallbacks()