Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java268 public ContactListItemView(Context context, AttributeSet attrs, boolean supportVideoCallIcon) { in ContactListItemView() argument
271 mSupportVideoCallIcon = supportVideoCallIcon; in ContactListItemView()
421 public void setSupportVideoCallIcon(boolean supportVideoCallIcon) { in setSupportVideoCallIcon() argument
422 mSupportVideoCallIcon = supportVideoCallIcon; in setSupportVideoCallIcon()