Searched defs:app (Results 1 – 6 of 6) sorted by relevance
| /platform_testing/utils/dialogs/src/com/android/dialogutils/ |
| D | DismissDialogsInstrumentation.java | 210 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/ |
| D | CommonLauncherHelper.java | 92 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()
|
| D | LeanbackLauncherStrategy.java | 172 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()
|
| D | BaseLauncher3Strategy.java | 150 BySelector app = By.res( in launch() local
|
| /platform_testing/tests/androidbvt/src/com/android/androidbvt/ |
| D | SysUILauncherTests.java | 137 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/ |
| D | PermissionHelper.java | 257 UiObject2 app = null; in openAppPermissionView() local
|