Searched refs:mOnHandoverFailedCounter (Results 1 – 2 of 2) sorted by relevance
86 mOnHandoverFailedCounter.waitForCount(WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testHandoverSourceFailed()87 Call callbackCall = (Call) mOnHandoverFailedCounter.getArgs(0)[0]; in testHandoverSourceFailed()88 int failureReason = (int) mOnHandoverFailedCounter.getArgs(0)[1]; in testHandoverSourceFailed()111 mOnHandoverFailedCounter.waitForCount(WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testHandoverDestinationFailed()112 Call callbackCall = (Call) mOnHandoverFailedCounter.getArgs(0)[0]; in testHandoverDestinationFailed()113 int failureReason = (int) mOnHandoverFailedCounter.getArgs(0)[1]; in testHandoverDestinationFailed()
120 TestUtils.InvokeCounter mOnHandoverFailedCounter; field in BaseTelecomTestWithMockServices547 mOnHandoverFailedCounter.invoke(call, reason); in setupCallbacks()569 mOnHandoverFailedCounter = new TestUtils.InvokeCounter("mOnHandoverFailedCounter"); in setupCallbacks()