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

  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogListItemViews.java 34 public final QuickContactBadge quickContactView;
48 private CallLogListItemViews(QuickContactBadge quickContactView, View primaryActionView,
52 this.quickContactView = quickContactView;
  /packages/apps/Contacts/tests/src/com/android/contacts/calllog/
CallLogFragmentTest.java 293 assertTrue(views.quickContactView.isEnabled());
304 assertFalse(views.quickContactView.isEnabled());

Completed in 418 milliseconds