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

/packages/apps/InCallUI/src/com/android/incallui/
H A DCallCardFragment.java180 Drawable photo, boolean isConference, boolean isGeneric, boolean isSipCall) {
184 name = getConferenceString(isGeneric);
185 photo = getConferencePhoto(isGeneric);
204 Drawable photo, boolean isConference, boolean isGeneric) {
208 name = getConferenceString(isGeneric);
209 photo = getConferencePhoto(isGeneric);
332 private String getConferenceString(boolean isGeneric) { argument
333 Log.v(this, "isGenericString: " + isGeneric);
334 final int resId = isGeneric ? R.string.card_title_in_call : R.string.card_title_conf_call;
338 private Drawable getConferencePhoto(boolean isGeneric) { argument
179 setPrimary(String number, String name, boolean nameIsNumber, String label, Drawable photo, boolean isConference, boolean isGeneric, boolean isSipCall) argument
203 setSecondary(boolean show, String name, boolean nameIsNumber, String label, Drawable photo, boolean isConference, boolean isGeneric) argument
[all...]
H A DCallCardPresenter.java461 Drawable photo, boolean isConference, boolean isGeneric, boolean isSipCall);
463 Drawable photo, boolean isConference, boolean isGeneric);
460 setPrimary(String number, String name, boolean nameIsNumber, String label, Drawable photo, boolean isConference, boolean isGeneric, boolean isSipCall) argument
462 setSecondary(boolean show, String name, boolean nameIsNumber, String label, Drawable photo, boolean isConference, boolean isGeneric) argument

Completed in 27 milliseconds