Searched refs:mOnHandoverFailedCounter (Results 1 – 2 of 2) sorted by relevance
99 mOnHandoverFailedCounter.waitForCount(WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testHandoverSourceFailed()100 Call callbackCall = (Call) mOnHandoverFailedCounter.getArgs(0)[0]; in testHandoverSourceFailed()101 int failureReason = (int) mOnHandoverFailedCounter.getArgs(0)[1]; in testHandoverSourceFailed()124 mOnHandoverFailedCounter.waitForCount(WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testHandoverDestinationFailed()125 Call callbackCall = (Call) mOnHandoverFailedCounter.getArgs(0)[0]; in testHandoverDestinationFailed()126 int failureReason = (int) mOnHandoverFailedCounter.getArgs(0)[1]; in testHandoverDestinationFailed()
136 TestUtils.InvokeCounter mOnHandoverFailedCounter; field in BaseTelecomTestWithMockServices599 mOnHandoverFailedCounter.invoke(call, reason); in setupCallbacks()639 mOnHandoverFailedCounter = new TestUtils.InvokeCounter("mOnHandoverFailedCounter"); in setupCallbacks()