Home
last modified time | relevance | path

Searched refs:timestampObject (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsPrivacyHelperImpl.java248 UiObject2 timestampObject = in isRecentAppDisplayedWithStamp() local
251 getSpectatioUiUtil().validateUiObject(timestampObject, String.format("timestamp object")); in isRecentAppDisplayedWithStamp()
252 String timestamp = timestampObject.getText(); in isRecentAppDisplayedWithStamp()
DSettingHelperImpl.java422 UiObject2 timestampObject = in isRecentAppDisplayedInLocationSettings() local
425 getSpectatioUiUtil().validateUiObject(timestampObject, String.format("timestamp object")); in isRecentAppDisplayedInLocationSettings()
426 String timestamp = timestampObject.getText(); in isRecentAppDisplayedInLocationSettings()