Home
last modified time | relevance | path

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

/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DTransactionalCallEvents.java27 private CallEndpoint mCurrentCallEndpoint; field in TransactionalCallEvents
31 return mCurrentCallEndpoint; in getCurrentCallEndpoint()
44 mCurrentCallEndpoint = newCallEndpoint; in onCallEndpointChanged()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConference.java47 public TestUtils.InvokeCounter mCurrentCallEndpoint = field in MockConference
215 mCurrentCallEndpoint.invoke(callEndpoint); in onCallEndpointChanged()
DConferenceTest.java520 mConferenceVerificationObject.mCurrentCallEndpoint in testGetCurrentCallEndpoint()
523 .mCurrentCallEndpoint.getArgs(0)[0]; in testGetCurrentCallEndpoint()