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

/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
H A DPrimaryCallState.java31 public final String connectionLabel; field in class:PrimaryCallState
56 null, /* connectionLabel */
80 String connectionLabel,
101 this.connectionLabel = connectionLabel;
123 Locale.US, "PrimaryCallState, state: %d, connectionLabel: %s", state, connectionLabel);
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 85 milliseconds