Home
last modified time | relevance | path

Searched defs:app (Results 1 – 6 of 6) sorted by relevance

/platform_testing/utils/dialogs/src/com/android/dialogutils/
DDismissDialogsInstrumentation.java210 private boolean dismissDialogs(String app) throws NoSuchMethodException, InstantiationException, in dismissDialogs()
234 private void sendStatusUpdate(int code, String app) { in sendStatusUpdate()
240 private void quitWithError(String app, Exception exception) { in quitWithError()
249 private void takeScreenDump(String app, String suffix) { in takeScreenDump()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DCommonLauncherHelper.java92 private void ensureIconVisible(BySelector app, UiObject2 container, Direction dir) { in ensureIconVisible()
124 public long launchApp(ILauncherStrategy launcherStrategy, BySelector app, in launchApp()
138 public long launchApp(ILauncherStrategy launcherStrategy, BySelector app, in launchApp()
DLeanbackLauncherStrategy.java172 BySelector app = By.res(getSupportedLauncherPackage(), "app_banner").desc(appName); in launch() local
335 protected long launchApp(ILauncherStrategy launcherStrategy, BySelector app, in launchApp()
340 protected long launchApp(ILauncherStrategy launcherStrategy, BySelector app, in launchApp()
477 protected UiObject2 findApp(UiObject2 container, UiObject2 focusedIcon, BySelector app) { in findApp()
DBaseLauncher3Strategy.java150 BySelector app = By.res( in launch() local
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUILauncherTests.java137 UiObject2 app = mDevice.wait(Until.findObject(By.text(APP_NAME)), LONG_TIMEOUT); in testAddAndRemoveShortCut() local
147 private void removeObject(UiObject2 app) throws InterruptedException { in removeObject()
/platform_testing/tests/functional/permission/src/com/android/functional/permissiontests/
DPermissionHelper.java257 UiObject2 app = null; in openAppPermissionView() local