/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 | FinishActivitiesWithoutProcessKillRuleTest.java | 90 public TestableRule(Bundle bundle, String app) { in TestableRule()
|
D | RemoveAppFromStackRuleTest.java | 89 public TestableRule(Bundle bundle, String app) { in TestableRule()
|
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/launcher-helper/src/android/support/test/launcherhelper/ |
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 | 181 UiObject2 app = findApplication(appName); in openMediaFacet() local 341 UiObject2 app = findApplication(appName); in checkApplicationExists() local 348 UiObject2 app = mDevice.findObject(By.clickable(true).hasDescendant(By.text(appName))); in openApp() local 360 UiObject2 app = mDevice.findObject(By.clickable(true).hasDescendant(By.text(appName))); in openBluetoothAudioApp() local 386 UiObject2 app = mDevice.wait(Until.findObject(appSelector), UI_WAIT_TIMEOUT); in findApplication() local
|
D | LeanbackLauncherStrategy.java | 214 BySelector app = By.res(getSupportedLauncherPackage(), "app_banner").desc(appName); in launch() local 388 protected long launchApp(ILauncherStrategy launcherStrategy, BySelector app, in launchApp() 393 protected long launchApp(ILauncherStrategy launcherStrategy, BySelector app, in launchApp() 640 protected UiObject2 findApp(UiObject2 container, UiObject2 focusedIcon, BySelector app) { in findApp()
|
D | WearLauncherStrategy.java | 191 BySelector app = By.res( in launch() local
|
D | BaseLauncher3Strategy.java | 221 BySelector app = By.clazz(TextView.class).text(appName); in launch() local
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/ |
D | ILauncherHelper.java | 81 public boolean selectQuickstepApp(String app); in selectQuickstepApp()
|
/platform_testing/libraries/automotive-helpers/app-grid-helper/src/android/platform/helpers/ |
D | AppGridHelperImpl.java | 89 UiObject2 app = scrollAndFindUiObject(By.text(appName)); in openApp() local
|
/platform_testing/libraries/automotive-helpers/media-center-app-helper/src/android/platform/helpers/ |
D | MediaCenterHelperImpl.java | 451 UiObject2 app = scrollAndFindUiObject(By.text(appName)); in openApp() local
|