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/
DTelecomSystemTest.java635 return mInCallServiceFixtureX.mLatestCallId; in startOutgoingPhoneCallWithNoPhoneAccount()
789 return mInCallServiceFixtureX.mLatestCallId; in startOutgoingPhoneCallPendingCreateConnection()
842 assertEquals(mInCallServiceFixtureX.mLatestCallId, mInCallServiceFixtureY.mLatestCallId); in redialingCallCreateConnectionComplete()
845 mInCallServiceFixtureX.mLatestCallId); in redialingCallCreateConnectionComplete()
879 assertEquals(mInCallServiceFixtureX.mLatestCallId, mInCallServiceFixtureY.mLatestCallId); in outgoingCallCreateConnectionComplete()
882 mInCallServiceFixtureX.mLatestCallId); in outgoingCallCreateConnectionComplete()
987 assertEquals(mInCallServiceFixtureX.mLatestCallId, in startIncomingPhoneCall()
988 mInCallServiceFixtureY.mLatestCallId); in startIncomingPhoneCall()
992 mInCallServiceFixtureX.mLatestCallId); in startIncomingPhoneCall()
DInCallServiceFixture.java41 public String mLatestCallId; field in InCallServiceFixture
71 mLatestCallId = call.getId(); in addCall()
85 mLatestCallId = call.getId(); in updateCall()
DBasicCallTests.java460 disconnectCall(mInCallServiceFixtureX.mLatestCallId, in testIncomingCallCallerInfoLookupTimesOutIsAllowed()