Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DVolvoLauncherStrategy.java82 UiObject2 app = mDevice.findObject(By.clickable(true).hasDescendant(By.text(appName))); in openApp() local
94 UiObject2 app = mDevice.findObject(By.clickable(true).hasDescendant(By.text(appName))); in openBluetoothAudioApp() local
105 UiObject2 app = findApplication(appName); in checkApplicationExists() local
DCommonLauncherHelper.java96 private void ensureIconVisible(BySelector app, UiObject2 container, Direction dir) { in ensureIconVisible()
132 public long launchApp(ILauncherStrategy launcherStrategy, BySelector app, in launchApp()
146 public long launchApp(ILauncherStrategy launcherStrategy, BySelector app, in launchApp()
DAutoLauncherStrategy.java166 UiObject2 app = findApplication(appName); in openMediaFacet() local
328 UiObject2 app = findApplication(appName); in checkApplicationExists() local
335 UiObject2 app = mDevice.findObject(By.clickable(true).hasDescendant(By.text(appName))); in openApp() local
347 UiObject2 app = mDevice.findObject(By.clickable(true).hasDescendant(By.text(appName))); in openBluetoothAudioApp() local
367 UiObject2 app = mDevice.wait(Until.findObject(appSelector), UI_WAIT_TIMEOUT); in findApplication() local
DLeanbackLauncherStrategy.java201 BySelector app = By.res(getSupportedLauncherPackage(), "app_banner").desc(appName); in launch() local
369 protected long launchApp(ILauncherStrategy launcherStrategy, BySelector app, in launchApp()
374 protected long launchApp(ILauncherStrategy launcherStrategy, BySelector app, in launchApp()
621 protected UiObject2 findApp(UiObject2 container, UiObject2 focusedIcon, BySelector app) { in findApp()
DWearLauncherStrategy.java175 BySelector app = By.res( in launch() local
DBaseLauncher3Strategy.java167 BySelector app = By.clazz(TextView.class).text(appName); in launch() local
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DGarbageCollectRuleTest.java72 public TestableGarbageCollectRule(String app) { in TestableGarbageCollectRule()
DQuickstepPressureRuleTest.java73 public TestableQuickstepPressureRule(String app) { in TestableQuickstepPressureRule()
DKillAppsRuleTest.java103 public TestableKillAppsRule(Bundle bundle, String app) { in TestableKillAppsRule()
DIorapCompilationRuleTest.java167 public TestableIorapCompilationRule(Bundle bundle, String app) { in TestableIorapCompilationRule()
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DILauncherHelper.java81 public boolean selectQuickstepApp(String app); in selectQuickstepApp()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DIorapCompilationRule.java243 String app = mApplication; in starting() local