OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startingNumConnections
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomSystemTest.java
472
int
startingNumConnections
, int startingNumCalls,
475
IdPair ids = outgoingCallCreateConnectionComplete(
startingNumConnections
, startingNumCalls,
502
int
startingNumConnections
= connectionServiceFixture.mConnectionById.size();
508
return outgoingCallCreateConnectionComplete(
startingNumConnections
, startingNumCalls,
515
int
startingNumConnections
= connectionServiceFixture.mConnectionById.size();
528
return redialingCallCreateConnectionComplete(
startingNumConnections
, startingNumCalls,
536
int
startingNumConnections
= connectionServiceFixture.mConnectionById.size();
544
return outgoingCallCreateConnectionComplete(
startingNumConnections
, startingNumCalls,
640
protected IdPair redialingCallCreateConnectionComplete(int
startingNumConnections
,
644
assertEquals(
startingNumConnections
+ 1, connectionServiceFixture.mConnectionById.size())
[
all
...]
BasicCallTests.java
246
int
startingNumConnections
= mConnectionServiceFixtureA.mConnectionById.size();
258
startingNumConnections
, startingNumCalls, mConnectionServiceFixtureA);
[
all
...]
Completed in 54 milliseconds