Searched refs:startingNumConnections (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() 452 int startingNumConnections = connectionServiceFixture.mConnectionById.size(); in startOutgoingPhoneCall() local 458 return outgoingCallCreateConnectionComplete(startingNumConnections, startingNumCalls, in startOutgoingPhoneCall() 540 protected IdPair outgoingCallCreateConnectionComplete(int startingNumConnections, in outgoingCallCreateConnectionComplete() argument 544 assertEquals(startingNumConnections + 1, connectionServiceFixture.mConnectionById.size()); in outgoingCallCreateConnectionComplete() 581 final int startingNumConnections = connectionServiceFixture.mConnectionById.size(); in startIncomingPhoneCall() local 648 return startingNumConnections + 1 == in startIncomingPhoneCall()
|
D | BasicCallTests.java | 261 int startingNumConnections = mConnectionServiceFixtureA.mConnectionById.size(); in testOutgoingCallAndSelectPhoneAccount() local 273 startingNumConnections, startingNumCalls, mConnectionServiceFixtureA); in testOutgoingCallAndSelectPhoneAccount()
|