Searched refs:getPageElement (Results 1 – 4 of 4) sorted by relevance
23 import static com.android.adservices.tests.ui.libs.UiUtils.getPageElement;128 UiObject2 title = getPageElement(context, device, notificationHeader); in verifyNotification()
40 import static com.android.adservices.ui.util.ApkTestUtil.getPageElement;437 getPageElement( in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage()440 getPageElement( in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage()442 UiObject moreButton = getPageElement(sDevice, R.string.notificationUI_more_button_text); in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage()
183 public static UiObject getPageElement(UiDevice device, int resId) { in getPageElement() method in ApkTestUtil
517 public static UiObject2 getPageElement(Context context, UiDevice device, int resId) { in getPageElement() method in UiUtils