Searched defs:app (Results 1 – 12 of 12) sorted by relevance
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | VolvoLauncherStrategy.java | 82 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
|
D | CommonLauncherHelper.java | 96 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()
|
D | AutoLauncherStrategy.java | 166 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
|
D | LeanbackLauncherStrategy.java | 201 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()
|
D | WearLauncherStrategy.java | 175 BySelector app = By.res( in launch() local
|
D | BaseLauncher3Strategy.java | 167 BySelector app = By.clazz(TextView.class).text(appName); in launch() local
|
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
D | GarbageCollectRuleTest.java | 72 public TestableGarbageCollectRule(String app) { in TestableGarbageCollectRule()
|
D | QuickstepPressureRuleTest.java | 73 public TestableQuickstepPressureRule(String app) { in TestableQuickstepPressureRule()
|
D | KillAppsRuleTest.java | 103 public TestableKillAppsRule(Bundle bundle, String app) { in TestableKillAppsRule()
|
D | IorapCompilationRuleTest.java | 167 public TestableIorapCompilationRule(Bundle bundle, String app) { in TestableIorapCompilationRule()
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/ |
D | ILauncherHelper.java | 81 public boolean selectQuickstepApp(String app); in selectQuickstepApp()
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | IorapCompilationRule.java | 243 String app = mApplication; in starting() local
|