Searched refs:startingNumCalls (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | TelecomSystemTest.java | 422 int startingNumConnections, int startingNumCalls, in outgoingCallPhoneAccountSelected() argument 425 IdPair ids = outgoingCallCreateConnectionComplete(startingNumConnections, startingNumCalls, in outgoingCallPhoneAccountSelected() 453 int startingNumCalls = mInCallServiceFixtureX.mCallById.size(); in startOutgoingPhoneCall() local 458 return outgoingCallCreateConnectionComplete(startingNumConnections, startingNumCalls, in startOutgoingPhoneCall() 541 int startingNumCalls, PhoneAccountHandle phoneAccountHandle, in outgoingCallCreateConnectionComplete() argument 552 assertEquals(startingNumCalls + 1, mInCallServiceFixtureX.mCallById.size()); in outgoingCallCreateConnectionComplete() 553 assertEquals(startingNumCalls + 1, mInCallServiceFixtureY.mCallById.size()); in outgoingCallCreateConnectionComplete() 582 final int startingNumCalls = mInCallServiceFixtureX.mCallById.size(); in startIncomingPhoneCall() local 655 return startingNumCalls + 1 == mInCallServiceFixtureX.mCallById.size(); in startIncomingPhoneCall() 661 return startingNumCalls + 1 == mInCallServiceFixtureY.mCallById.size(); in startIncomingPhoneCall()
|
D | BasicCallTests.java | 262 int startingNumCalls = mInCallServiceFixtureX.mCallById.size(); in testOutgoingCallAndSelectPhoneAccount() local 273 startingNumConnections, startingNumCalls, mConnectionServiceFixtureA); in testOutgoingCallAndSelectPhoneAccount()
|