Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoDialHelper.java221 String getContactType(); in getContactType() method
/platform_testing/tests/automotive/snippets/phone/src/com/google/android/mobly/snippet/bundled/
DDialerSnippet.java194 public String getContactType() { in getContactType() method in DialerSnippet
195 return mDialerHelper.get().getContactType(); in getContactType()
/platform_testing/tests/automotive/functional/dialer/src/android/platform/tests/
DDialTest.java193 mDialerHelper.get().getContactType().equalsIgnoreCase(CONTACT_TYPE)); in testDisplayedContactTypeMatchesCalledContactType()
/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java414 public String getContactType() { in getContactType() method in DialHelperImpl