Home
last modified time | relevance | path

Searched refs:supportVideoCallIcon (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java263 public ContactListItemView(Context context, AttributeSet attrs, boolean supportVideoCallIcon) { in ContactListItemView() argument
266 mSupportVideoCallIcon = supportVideoCallIcon; in ContactListItemView()
411 public void setSupportVideoCallIcon(boolean supportVideoCallIcon) { in setSupportVideoCallIcon() argument
412 mSupportVideoCallIcon = supportVideoCallIcon; in setSupportVideoCallIcon()