Home
last modified time | relevance | path

Searched refs:mLatestCallId (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java44 public String mLatestCallId; field in InCallServiceFixture
81 mLatestCallId = call.getId(); in addCall()
95 mLatestCallId = call.getId(); in updateCall()
DTelecomSystemTest.java683 return mInCallServiceFixtureX.mLatestCallId; in startOutgoingPhoneCallWithNoPhoneAccount()
840 return mInCallServiceFixtureX.mLatestCallId; in startOutgoingPhoneCallPendingCreateConnection()
893 assertEquals(mInCallServiceFixtureX.mLatestCallId, mInCallServiceFixtureY.mLatestCallId); in redialingCallCreateConnectionComplete()
896 mInCallServiceFixtureX.mLatestCallId); in redialingCallCreateConnectionComplete()
930 assertEquals(mInCallServiceFixtureX.mLatestCallId, mInCallServiceFixtureY.mLatestCallId); in outgoingCallCreateConnectionComplete()
933 mInCallServiceFixtureX.mLatestCallId); in outgoingCallCreateConnectionComplete()
1055 assertEquals(mInCallServiceFixtureX.mLatestCallId, in startIncomingPhoneCall()
1056 mInCallServiceFixtureY.mLatestCallId); in startIncomingPhoneCall()
1060 mInCallServiceFixtureX.mLatestCallId); in startIncomingPhoneCall()
DBasicCallTests.java491 disconnectCall(mInCallServiceFixtureX.mLatestCallId, in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
1299 assertNotNull(mInCallServiceFixtureX.getCall(mInCallServiceFixtureX.mLatestCallId) in testValidateStatusHintsImage_addConferenceCall()
1302 assertNull(mInCallServiceFixtureX.getCall(mInCallServiceFixtureX.mLatestCallId) in testValidateStatusHintsImage_addConferenceCall()