Searched defs:gatewayInfo (Results 1 - 2 of 2) sorted by path

/frameworks/base/telecomm/java/android/telecom/
H A DCall.java424 GatewayInfo gatewayInfo,
437 mGatewayInfo = gatewayInfo;
414 Details( Uri handle, int handlePresentation, String callerDisplayName, int callerDisplayNamePresentation, PhoneAccountHandle accountHandle, int capabilities, int properties, DisconnectCause disconnectCause, long connectTimeMillis, GatewayInfo gatewayInfo, int videoState, StatusHints statusHints, Bundle extras) argument
H A DParcelableCall.java70 GatewayInfo gatewayInfo,
90 mGatewayInfo = gatewayInfo;
253 GatewayInfo gatewayInfo = source.readParcelable(classLoader);
277 gatewayInfo,
58 ParcelableCall( String id, int state, DisconnectCause disconnectCause, List<String> cannedSmsResponses, int capabilities, int properties, long connectTimeMillis, Uri handle, int handlePresentation, String callerDisplayName, int callerDisplayNamePresentation, GatewayInfo gatewayInfo, PhoneAccountHandle accountHandle, IVideoProvider videoCallProvider, String parentCallId, List<String> childCallIds, StatusHints statusHints, int videoState, List<String> conferenceableCallIds, Bundle extras) argument

Completed in 43 milliseconds