Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTestTelephonyConnection.java91 ImsCall mImsCall; field in TestTelephonyConnection
170 when(mImsPhoneConnection.getImsCall()).thenReturn(mImsCall); in TestTelephonyConnection()
272 when(mImsCall.wasVideoCall()).thenReturn(wasVideoCall); in setWasVideoCall()