Searched refs:callContact (Results 1 – 5 of 5) sorted by relevance
53 super.discoverer.mbs.callContact(contactToCall)
94 void callContact(String contactName); in callContact() method
115 mDialerHelper.get().callContact(dialContactByName); in testHistoryUpdatesCalledContactName()180 mDialerHelper.get().callContact(dialContactByName); in testDisplayedNameMatchesCalledContactName()190 mDialerHelper.get().callContact(mSearchContactName.get()); in testDisplayedContactTypeMatchesCalledContactType()
81 public void callContact(String contactName) { in callContact() method in DialerSnippet82 mDialerHelper.get().callContact(contactName); in callContact()
199 public void callContact(String contactName) { in callContact() method in DialHelperImpl