Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoDialHelper.java145 String getRecentCallHistory(); in getRecentCallHistory() method
/platform_testing/tests/automotive/snippets/phone/src/com/google/android/mobly/snippet/bundled/
DDialerSnippet.java121 public String getRecentCallHistory() { in getRecentCallHistory() method in DialerSnippet
122 return mDialerHelper.get().getRecentCallHistory(); in getRecentCallHistory()
/platform_testing/tests/automotive/functional/dialer/src/android/platform/tests/
DDialTest.java108 mDialerHelper.get().getRecentCallHistory().equals(mSmallPhoneNumber.get())); in testHistoryUpdatesCalledNumber()
120 mDialerHelper.get().getRecentCallHistory().equals(dialContactByName)); in testHistoryUpdatesCalledContactName()
/platform_testing/tests/automotive/mobly_tests/utilities/
Dspectatio_utils.py455 actual_recent_call_from_history = self.device.mbs.getRecentCallHistory()
/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java206 public String getRecentCallHistory() { in getRecentCallHistory() method in DialHelperImpl