HomeSort by relevance Sort by last modified time
    Searched refs:connectionLabel (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/contactgrid/
TopRow.java 138 } else if (state.isWifi() && !TextUtils.isEmpty(state.connectionLabel())) {
139 return state.connectionLabel();
142 R.string.contact_grid_incoming_via_template, state.connectionLabel());
168 if (!TextUtils.isEmpty(state.connectionLabel()) && !state.isWifi()) {
169 return context.getString(R.string.incall_calling_via_template, state.connectionLabel());
193 if (!TextUtils.isEmpty(state.connectionLabel())
197 return state.connectionLabel();
224 return !TextUtils.isEmpty(state.connectionLabel()) && TextUtils.isEmpty(state.gatewayNumber());
  /packages/apps/Dialer/java/com/android/incallui/incall/protocol/
PrimaryCallState.java 60 public abstract String connectionLabel();
142 public abstract Builder setConnectionLabel(String connectionLabel);
203 Locale.US, "PrimaryCallState, state: %d, connectionLabel: %s", state(), connectionLabel());

Completed in 81 milliseconds