Searched refs:connectionLabel (Results 1 – 2 of 2) sorted by relevance
145 } else if (state.isWifi() && !TextUtils.isEmpty(state.connectionLabel())) { in getLabelForIncoming()146 return state.connectionLabel(); in getLabelForIncoming()157 Assert.isNotNull(state.connectionLabel()); in getColoredConnectionLabel()159 context.getString(R.string.contact_grid_incoming_via_template, state.connectionLabel()); in getColoredConnectionLabel()162 int start = label.indexOf(state.connectionLabel()); in getColoredConnectionLabel()163 int end = start + state.connectionLabel().length(); in getColoredConnectionLabel()190 if (!TextUtils.isEmpty(state.connectionLabel()) && !state.isWifi()) { in getLabelForDialing()234 R.string.incall_calling_on_recent_choice_template, state.connectionLabel()); in getCallingViaLabel()237 R.string.incall_calling_on_same_carrier_template, state.connectionLabel()); in getCallingViaLabel()242 return context.getString(R.string.incall_calling_via_template, state.connectionLabel()); in getCallingViaLabel()[all …]
61 public abstract String connectionLabel(); in connectionLabel() method in PrimaryCallState149 public abstract Builder setConnectionLabel(String connectionLabel); in setConnectionLabel() argument214 Locale.US, "PrimaryCallState, state: %d, connectionLabel: %s", state(), connectionLabel()); in toString()