Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoDialHelper.java214 String getContactName(); in getContactName() method
/platform_testing/tests/automotive/snippets/phone/src/com/google/android/mobly/snippet/bundled/
DDialerSnippet.java189 public String getContactName() { in getContactName() method in DialerSnippet
190 return mDialerHelper.get().getContactName(); in getContactName()
/platform_testing/tests/automotive/functional/dialer/src/android/platform/tests/
DDialTest.java183 mDialerHelper.get().getContactName().contains(dialContactByName)); in testDisplayedNameMatchesCalledContactName()
258 mDialerHelper.get().getContactName().contains(DETAILED_CONTACT)); in testMakeCallFromContactDetailsPage()
/platform_testing/tests/automotive/mobly_tests/utilities/
Dspectatio_utils.py240 actual_dialed_contact = self.device.mbs.getContactName()
/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java401 public String getContactName() { in getContactName() method in DialHelperImpl