Searched refs:mOnBringToForegroundCounter (Results 1 – 2 of 2) sorted by relevance
338 assertEquals(0, mOnBringToForegroundCounter.getInvokeCount()); in testOnBringToForeground()345 mOnBringToForegroundCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testOnBringToForeground()347 assertFalse((Boolean) mOnBringToForegroundCounter.getArgs(0)[0]); in testOnBringToForeground()351 mOnBringToForegroundCounter.waitForCount(2, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testOnBringToForeground()353 assertTrue((Boolean) mOnBringToForegroundCounter.getArgs(1)[0]); in testOnBringToForeground()
80 InvokeCounter mOnBringToForegroundCounter; field in BaseTelecomTestWithMockServices204 mOnBringToForegroundCounter.invoke(showDialpad); in setupCallbacks()225 mOnBringToForegroundCounter = new InvokeCounter("OnBringToForeground"); in setupCallbacks()