Searched defs:gatewayNumber (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
H A DPrimaryCallState.java33 public final String gatewayNumber; field in class:PrimaryCallState
58 null, /* gatewayNumber */
82 String gatewayNumber,
103 this.gatewayNumber = gatewayNumber;
75 PrimaryCallState( int state, boolean isVideoCall, @SessionModificationState int sessionModificationState, DisconnectCause disconnectCause, String connectionLabel, Drawable connectionIcon, String gatewayNumber, String callSubject, String callbackNumber, boolean isWifi, boolean isConference, boolean isWorkCall, boolean isHdAttempting, boolean isHdAudioCall, boolean isForwardedNumber, boolean shouldShowContactPhoto, long connectTimeMillis, boolean isVoiceMailNumber, boolean isRemotelyHeld, boolean isBusinessNumber, boolean supportsCallOnHold) argument

Completed in 91 milliseconds