Searched refs:mOnRttInitiationFailedCounter (Results 1 – 2 of 2) sorted by relevance
126 mOnRttInitiationFailedCounter.waitForCount(1, TestUtils.WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testLocalRttUpgradeRejected()127 assertEquals(call, mOnRttInitiationFailedCounter.getArgs(0)[0]); in testLocalRttUpgradeRejected()128 assertEquals(RTT_FAILURE_REASON, mOnRttInitiationFailedCounter.getArgs(0)[1]); in testLocalRttUpgradeRejected()
100 TestUtils.InvokeCounter mOnRttInitiationFailedCounter; field in BaseTelecomTestWithMockServices408 mOnRttInitiationFailedCounter.invoke(call, reason); in setupCallbacks()436 mOnRttInitiationFailedCounter = in setupCallbacks()