/platform_testing/libraries/app-helpers/interfaces/ |
D | Android.bp | 22 name: "app-helpers-common-interfaces", 24 static_libs: ["app-helpers-core"], 32 name: "app-helpers-auto-interfaces", 35 "app-helpers-core", 38 static_libs: ["app-helpers-common-interfaces"], 46 name: "app-helpers-clockwork-interfaces", 49 "app-helpers-core", 51 static_libs: ["app-helpers-common-interfaces"], 59 name: "app-helpers-handheld-interfaces", 62 "app-helpers-core", [all …]
|
/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() argument 97 UiObject2 appIcon = mDevice.findObject(app); in ensureIconVisible() 132 public long launchApp(ILauncherStrategy launcherStrategy, BySelector app, in launchApp() argument 134 return launchApp(launcherStrategy, app, packageName, MAX_SCROLL_ATTEMPTS); in launchApp() 146 public long launchApp(ILauncherStrategy launcherStrategy, BySelector app, in launchApp() argument 158 if (!mDevice.hasObject(app)) { in launchApp() 162 if (!mDevice.hasObject(app)) { in launchApp() 165 while (!mDevice.hasObject(app) && container.scroll(dir, 0.8f)) { in launchApp() 175 ensureIconVisible(app, container, dir); in launchApp() 179 if (!mDevice.findObject(app).clickAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT)) { in launchApp()
|
D | AutoLauncherStrategy.java | 18 import android.app.Instrumentation; 181 UiObject2 app = findApplication(appName); in openMediaFacet() local 182 if (app == null) { in openMediaFacet() 185 app.click(); in openMediaFacet() 341 UiObject2 app = findApplication(appName); in checkApplicationExists() local 342 return app != null; in checkApplicationExists() 348 UiObject2 app = mDevice.findObject(By.clickable(true).hasDescendant(By.text(appName))); in openApp() local 349 app.clickAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT); in openApp() 360 UiObject2 app = mDevice.findObject(By.clickable(true).hasDescendant(By.text(appName))); in openBluetoothAudioApp() local 361 app.clickAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT); in openBluetoothAudioApp() [all …]
|
/platform_testing/tests/automotive/functional/navigationbar/ |
D | Android.bp | 25 "automotive-notifications-app-helper", 26 "automotive-settings-app-helper", 28 "automotive-dial-app-helper", 29 "automotive-app-grid-helper", 31 "app-helpers-auto-interfaces",
|
/platform_testing/libraries/app-helpers/handheld/ |
D | Android.bp | 20 name: "handheld-app-helpers", 23 "app-helpers-handheld-interfaces", 24 "business-card-app-helper", 25 "performance-launch-app-helper"
|
/platform_testing/tests/automotive/functional/uxrestriction/ |
D | Android.bp | 25 "automotive-settings-app-helper", 27 "app-helpers-auto-interfaces", 31 "automotive-vehiclehardkeys-app-helper", 32 "automotive-app-grid-helper",
|
/platform_testing/libraries/automotive-helpers/app-grid-helper/src/android/platform/helpers/ |
D | AppGridHelperImpl.java | 20 import android.app.Instrumentation; 89 UiObject2 app = scrollAndFindUiObject(By.text(appName)); in openApp() local 90 if (app != null) { in openApp() 91 clickAndWaitForIdleScreen(app); in openApp()
|
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/ |
D | AutoNotificationMockingHelperImpl.java | 21 import android.app.Instrumentation; 22 import android.app.Notification; 23 import android.app.Notification.MessagingStyle.Message; 24 import android.app.NotificationChannel; 25 import android.app.NotificationManager; 26 import android.app.PendingIntent; 27 import android.app.Person;
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | CompilationFilterRule.java | 79 for (String app : mApplications) { in finished() 86 String response = executeShellCommand(String.format(DUMP_PROFILE_CMD, app)); in finished() 91 String.format("Failed to dump profile %s.", app)); in finished() 97 String.format(COMPILE_CMD_FORMAT, filter, app)); in finished() 100 throw new RuntimeException(String.format("Failed to compile %s.", app)); in finished()
|
D | KillAppsRule.java | 48 for (String app : mApplications) { in starting() 49 executeShellCommand(String.format("am force-stop %s", app)); in starting()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/rules/ |
D | RemoveAllTasksButHomeRule.kt | 19 import android.app.ActivityTaskManager 20 import android.app.WindowConfiguration
|
/platform_testing/libraries/automotive-helpers/notifications-app-helper/ |
D | Android.bp | 22 name: "automotive-notifications-app-helper", 25 "app-helpers-auto-interfaces", 29 "automotive-standard-app-helper",
|
/platform_testing/utils/permissions/src/com/android/permissionutils/ |
D | PermissionInstrumentation.java | 19 import android.app.Activity; 20 import android.app.Instrumentation;
|
/platform_testing/libraries/automotive-helpers/dial-app-helper/ |
D | Android.bp | 22 name: "automotive-dial-app-helper", 25 "app-helpers-auto-interfaces", 30 "automotive-standard-app-helper",
|
/platform_testing/libraries/automotive-helpers/media-center-app-helper/ |
D | Android.bp | 22 name: "automotive-media-center-app-helper", 25 "app-helpers-auto-interfaces", 31 "automotive-standard-app-helper",
|
/platform_testing/libraries/automotive-helpers/settings-app-helper/ |
D | Android.bp | 22 name: "automotive-settings-app-helper", 25 "app-helpers-auto-interfaces", 31 "automotive-standard-app-helper",
|
/platform_testing/tests/automotive/health/appgrid/ |
D | Android.bp | 20 name: "automotive-app-grid-scenarios", 25 "automotive-app-grid-helper", 26 "app-helpers-auto-interfaces",
|
/platform_testing/libraries/automotive-helpers/lock-screen-helper/ |
D | Android.bp | 25 "app-helpers-auto-interfaces", 30 "automotive-settings-app-helper", 31 "automotive-standard-app-helper",
|
/platform_testing/libraries/automotive-helpers/hardkeys-app-helper/ |
D | Android.bp | 22 name: "automotive-vehiclehardkeys-app-helper", 25 "app-helpers-auto-interfaces", 30 "automotive-standard-app-helper",
|
/platform_testing/libraries/automotive-helpers/app-grid-helper/ |
D | Android.bp | 22 name: "automotive-app-grid-helper", 25 "app-helpers-auto-interfaces", 30 "automotive-standard-app-helper",
|
/platform_testing/tests/automotive/functional/dialer/ |
D | Android.bp | 25 "automotive-dial-app-helper", 26 "automotive-vehiclehardkeys-app-helper", 28 "app-helpers-auto-interfaces",
|
/platform_testing/tests/automotive/health/multiuser/ |
D | Android.bp | 26 "automotive-settings-app-helper", 28 "app-helpers-auto-interfaces", 29 "app-helpers-common-interfaces",
|
/platform_testing/tests/automotive/health/appgrid/tests/ |
D | Android.bp | 25 "automotive-app-grid-scenarios", 27 "automotive-app-grid-helper", 28 "app-helpers-auto-interfaces",
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/app-start/ |
D | README.md | 3 This statsd config collects app startup metrics.
|
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/ |
D | DummyActivity.java | 19 import android.app.Activity;
|