Searched defs:obj (Results 1 – 10 of 10) sorted by relevance
24 Object obj = new Object(); in gc() local
181 UiObject2 obj = getSetDateMenu(); in getDate() local334 UiObject2 obj = in scrollToObjectInPicker() local414 UiObject2 obj = getSetTimeMenu(); in getTime() local495 UiObject2 obj = getSelectTimeZoneMenu(); in getTimeZone() local600 private String getMenuSummaryText(UiObject2 obj) { in getMenuSummaryText()
131 private void clickTopLeftCorner(UiObject2 obj) { in clickTopLeftCorner()
52 sliderObject.scrollUntil(direction) { obj -> obj.getProgress() == targetProgress } in scrollToProgress() method
169 UiObject2 obj = getSpectatioUiUtil().findUiObject(selector); in checkNotificationRequiredFieldsExist() local
147 Object obj = null; in invokeMethod() local
262 public boolean equals(Object obj) { in equals()
42 val obj = uiDevice.findObject(selector) ?: error("Could not find `$resId` object") in <lambda>() constant
166 public static void swipe(GestureType gestureType, UiObject obj) { in swipe()
142 val obj = device.findObject(UiSelector().resourceId(resId)) in openNotificationShadeViaTwoFingersSwipe() constant