HomeSort by relevance Sort by last modified time
    Searched refs:findObject (Results 76 - 100 of 249) sorted by null

1 2 34 5 6 7 8 910

  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationInteractionTests.java 108 obj = mDevice.wait(Until.findObject(By.text(text)),
237 Until.findObject(By.text(NotificationHelper.FIRST_ACTION)),
257 target = mDevice.wait(Until.findObject(By.text(NotificationHelper.SECOND_ACTION)),
270 target = mDevice.wait(Until.findObject(By.text(NotificationHelper.CONTENT_TITLE)),
290 Until.findObject(By.text(lists.get(1).toString())),
294 mDevice.wait(Until.findObject(By.res("android:id/expand_button")), LONG_TIMEOUT * 2)
297 notification = mDevice.wait(Until.findObject(By.text(lists.get(1).toString())),
301 mDevice.wait(Until.findObject(By.res("android:id/expand_button")), LONG_TIMEOUT).click();
303 notification = mDevice.wait(Until.findObject(By.text(lists.get(1).toString())),
346 Until.findObject(By.text("My notification")),LONG_TIMEOUT * 2)
    [all...]
  /cts/tests/jank/src/android/jank/cts/ui/
CtsDeviceJankUi.java 58 getUiDevice().findObject(By.clazz(ListView.class)).fling(Direction.DOWN);
  /cts/tests/tests/content/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/
CtsSyncAccountAccessOtherCertTestCases.java 120 Until.findObject(By.text(PERMISSION_REQUESTED)), UI_TIMEOUT_MILLIS);
139 uiDevice.wait(Until.findObject(By.text(ALLOW_SYNC)), UI_TIMEOUT_MILLIS).click();
153 return uiDevice.findObject(By.text(PERMISSION_REQUESTED));
161 return uiDevice.findObject(By.text(PERMISSION_REQUESTED));
  /frameworks/native/libs/binder/include/binder/
Binder.h 55 virtual void* findObject(const void* objectID) const;
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
AccessibilitySettingsTests.java 233 UiObject2 settingToggle = mDevice.wait(Until.findObject(By.text("Off")),
255 UiObject2 settingsPanel = mDevice.wait(Until.findObject
263 setting = mDevice.wait(Until.findObject(By.text(item)), TIMEOUT);
273 UiObject2 okButton = mDevice.wait(Until.findObject
SyncSettingsTest.java 67 Until.findObject(By.text("Add account")), TIMEOUT);
SoundSettingsTest.java 274 mDevice.wait(Until.findObject(By.text("SAVE")), TIMEOUT).click();
277 mDevice.wait(Until.findObject(By.text("OK")), TIMEOUT).click();
314 UiObject2 more = mDevice.wait(Until.findObject(By.text("Advanced")), TIMEOUT);
324 UiObject2 ringToneObject = mDevice.wait(Until.findObject(By.text(ringtone)), TIMEOUT);
329 ringToneObject = mDevice.wait(Until.findObject(By.text(ringtone)), TIMEOUT);
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/inputmethods/
SpellCheckerSettingsUITest.java 55 mUiDevice.wait(Until.findObject(By.text("Use spell checker")), TIMEOUT);
  /platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
SystemUiJankTests.java 66 .wait(Until.findObject(By.res(TVLAUNCHER_PACKAGE, "home_view_container")),
159 UiObject2 focus = mDevice.wait(Until.findObject(By.focused(true)), SHORT_TIMEOUT);
164 focus = mDevice.wait(Until.findObject(By.focused(true)), SHORT_TIMEOUT);
168 focus = mDevice.wait(Until.findObject(By.focused(true)), SHORT_TIMEOUT);
  /platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
UiBenchRenderingJankTests.java 73 mHelper.mContents = mDevice.wait(Until.findObject(
UiBenchWebView.java 57 mHelper.mContents = mDevice.wait(Until.findObject(
UiBenchJankTestsHelper.java 88 UiObject2 expectedTextCmp = mDevice.wait(Until.findObject(
100 mContents = mDevice.wait(Until.findObject(By.res("android", "content")), TIMEOUT);
  /system/libhwbinder/include/hwbinder/
Binder.h 52 virtual void* findObject(const void* objectID) const;
IBinder.h 112 virtual void* findObject(const void* objectID) const = 0;
  /platform_testing/libraries/app-helpers/interfaces/tv/src/android/platform/helpers/
AbstractLeanbackAppHelper.java 290 focused = mDevice.wait(Until.findObject(By.focused(true)), timeoutMs);
292 focused = fromObject.wait(Until.findObject(By.focused(true)), timeoutMs);
314 Until.findObject(
336 Until.findObject(By.res(getPackage(), "guidance_title")), UI_WAIT_TIME_MS);
372 return mDevice.wait(Until.findObject(
387 return card.findObject(By.res(getPackage(), "content_text")).getText();
510 Until.findObject(getBrowseHeadersSelector()), OPEN_HEADER_WAIT_TIME_MS);
  /platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/
DownloadAppTestHelper.java 88 .wait(Until.findObject(By.res(PACKAGE_NAME, "menu_sort")), 200);
90 mDevice.wait(Until.findObject(By.desc("More options")), 200).click();
91 sortMenu = mDevice.wait(Until.findObject(By.res("android:id/submenuarrow")), 200);
94 mDevice.wait(Until.findObject(By.text(String.format("By %s", sortby))), 200).click();
152 Until.findObject(By.res(String.format("%s:id/%s",
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java 172 final UiObject2 recentsButton = device.findObject(By.res(SYSTEMUI_PACKAGE, "recent_apps"));
175 UiObject2 navBar = device.findObject(By.res(SYSTEMUI_PACKAGE, "navigation_bar_frame"));
188 Until.findObject(isRecentsInLauncher()
211 UiObject clearAll = mDevice.findObject(clearAllSelector);
310 recents = mDevice.findObject(getLauncherOverviewSelector());
314 recents = mDevice.findObject(RECENTS);
338 final UiObject2 overviewPanel = mDevice.findObject(getLauncherOverviewSelector());
365 mDevice.findObject(new UiSelector().resourceId("com.android.systemui:id/dismiss_task"))
521 UiObject quickSettingsButton = mDevice.findObject(
595 UiObject expandButton = mDevice.findObject(
    [all...]
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerThrottlingTest.java 119 final UiObject2 clearAll = ud.wait(Until.findObject(By.text("CLEAR ALL")), UI_TIMEOUT);
140 ud.wait(Until.findObject(By.text(INLINE_REPLY_REMOTE_INPUT_CAPTION)), UI_TIMEOUT).click();
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
UiBot.java 110 UiObject uiObject = mDevice.findObject(new UiSelector().text(text));
121 UiObject uiObject = mDevice.findObject(new UiSelector().resourceId(id));
  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
MenuHelper.java 60 UiObject2 listView = row.findObject(byListView);
82 UiObject2 menu = mUiDevice.findObject(MENU);
  /packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
PlayControlsRowViewTest.java 151 UiObject2 menu = controller.getUiDevice().findObject(MENU);
152 UiObject2 focusedView = menu.findObject(FOCUSED_VIEW);
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
CommonLauncherHelper.java 93 UiObject2 appIcon = mDevice.findObject(app);
175 if (!mDevice.findObject(app).clickAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT)) {
  /platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
SysAppTestHelper.java 191 UiObject2 appLauncher = mDevice.wait(Until.findObject(By.text("Agenda")),
199 Until.findObject(By.res(launcherPackageName, resourceId)),
  /frameworks/av/media/libstagefright/filters/
RSFilter.cpp 50 if (!msg->findObject("rs-wrapper", (sp<RefBase>*)&wrapper)) {
  /frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
WorkflowTest.java 131 UiObject view = getUiDevice().findObject(selector);
301 assertNotNull(getUiDevice().wait(Until.findObject(
340 assertNotNull(getUiDevice().wait(Until.findObject(
369 assertNotNull(getUiDevice().wait(Until.findObject(

Completed in 334 milliseconds

1 2 34 5 6 7 8 910