Searched refs:mDisconnectLabel (Results 1 – 1 of 1) sorted by relevance
68 private CharSequence mDisconnectLabel; field in DisconnectCause116 mDisconnectLabel = label; in DisconnectCause()141 return mDisconnectLabel; in getLabel()197 TextUtils.writeToParcel(mDisconnectLabel, destination, flags); in writeToParcel()211 + Objects.hashCode(mDisconnectLabel) in hashCode()222 && Objects.equals(mDisconnectLabel, d.getLabel()) in equals()271 String label = mDisconnectLabel == null ? "" : mDisconnectLabel.toString(); in toString()