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.java78 @Mock private GatewayInfo mGatewayInfo; field in CallRedirectionProcessorTest
161 mPhoneAccountRegistrar, mGatewayInfo, SPEAKER_PHONE_ON, VIDEO_STATE); in startProcessWithGateWayInfo()
280 eq(mPhoneAccountHandle), eq(mGatewayInfo), eq(SPEAKER_PHONE_ON), eq(VIDEO_STATE), in testProcessGatewayCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java301 private GatewayInfo mGatewayInfo; field in Call
585 mGatewayInfo = gatewayInfo; in Call()
1157 if (mGatewayInfo != null && !mGatewayInfo.isEmpty()) { in getOriginalHandle()
1158 return mGatewayInfo.getOriginalAddress(); in getOriginalHandle()
1165 return mGatewayInfo; in getGatewayInfo()
1169 mGatewayInfo = gatewayInfo; in setGatewayInfo()