Searched refs:quickContactView (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallLogListItemViews.java34 public final QuickContactBadge quickContactView; field in class:CallLogListItemViews
48 private CallLogListItemViews(QuickContactBadge quickContactView, View primaryActionView, argument
52 this.quickContactView = quickContactView;
H A DCallLogAdapter.java738 views.quickContactView.assignContactUri(contactUri);
739 mContactPhotoManager.loadThumbnail(views.quickContactView, photoId, true);
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/
H A DCallLogFragmentTest.java293 assertTrue(views.quickContactView.isEnabled());
304 assertFalse(views.quickContactView.isEnabled());

Completed in 76 milliseconds