Searched refs:mDisconnectLabel (Results 1 – 2 of 2) sorted by relevance
115 private CharSequence mDisconnectLabel; field in DisconnectCause188 mDisconnectLabel = label; in DisconnectCause()216 return mDisconnectLabel; in getLabel()304 TextUtils.writeToParcel(mDisconnectLabel, destination, flags); in writeToParcel()321 + Objects.hashCode(mDisconnectLabel) in hashCode()335 && Objects.equals(mDisconnectLabel, d.getLabel()) in equals()394 String label = mDisconnectLabel == null ? "" : mDisconnectLabel.toString(); in toString()
52108 Landroid/telecom/DisconnectCause;->mDisconnectLabel:Ljava/lang/CharSequence;