OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInCallServiceFixtureY
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomSystemTest.java
180
InCallServiceFixture
mInCallServiceFixtureY
;
425
mInCallServiceFixtureY
= new InCallServiceFixture();
430
mInCallServiceFixtureY
.getTestDouble());
480
assertEquals(Call.STATE_DIALING,
mInCallServiceFixtureY
.getCall(ids.mCallId).getState());
486
assertEquals(Call.STATE_ACTIVE,
mInCallServiceFixtureY
.getCall(ids.mCallId).getState());
525
assertEquals(Call.STATE_DIALING,
mInCallServiceFixtureY
.getCall(
553
mInCallServiceFixtureY
.getTestDouble());
556
mInCallServiceFixtureY
.mCallById.size());
558
(
mInCallServiceFixtureY
.mInCallAdapter != null));
595
verify(
mInCallServiceFixtureY
.getTestDouble()
[
all
...]
BasicCallTests.java
82
assertEquals(Call.STATE_ACTIVE,
mInCallServiceFixtureY
.getCall(ids.mCallId).getState());
88
mInCallServiceFixtureY
.getCall(ids.mCallId).getState());
101
mInCallServiceFixtureY
.getCall(ids.mCallId).getState());
117
assertEquals(Call.STATE_RINGING,
mInCallServiceFixtureY
.getCall(ids.mCallId).getState());
143
assertEquals(Call.STATE_RINGING,
mInCallServiceFixtureY
.getCall(ids.mCallId).getState());
171
assertEquals(Call.STATE_RINGING,
mInCallServiceFixtureY
.getCall(ids.mCallId).getState());
198
assertEquals(Call.STATE_RINGING,
mInCallServiceFixtureY
.getCall(ids.mCallId).getState());
219
assertEquals(Call.STATE_ACTIVE,
mInCallServiceFixtureY
.getCall(ids.mCallId).getState());
225
mInCallServiceFixtureY
.getCall(ids.mCallId).getState());
237
mInCallServiceFixtureY
.getCall(ids.mCallId).getState())
[
all
...]
Completed in 41 milliseconds