Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallRedirectionProcessorTest.java89 @Mock private GatewayInfo mGatewayInfo; field in CallRedirectionProcessorTest
189 mPhoneAccountRegistrar, mGatewayInfo, SPEAKER_PHONE_ON, VIDEO_STATE); in startProcessWithGateWayInfo()
308 eq(mPhoneAccountHandle), eq(mGatewayInfo), eq(SPEAKER_PHONE_ON), eq(VIDEO_STATE), in testProcessGatewayCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java315 private GatewayInfo mGatewayInfo; field in Call
684 mGatewayInfo = gatewayInfo; in Call()
1380 if (mGatewayInfo != null && !mGatewayInfo.isEmpty()) { in getOriginalHandle()
1381 return mGatewayInfo.getOriginalAddress(); in getOriginalHandle()
1388 return mGatewayInfo; in getGatewayInfo()
1392 mGatewayInfo = gatewayInfo; in setGatewayInfo()