Searched refs:TEST_APP_PACKAGE (Results 1 – 6 of 6) sorted by relevance
/packages/modules/adb/fastdeploy/deployagent/test/com/android/fastdeploy/ |
D | FastDeployTest.java | 39 private static final String TEST_APP_PACKAGE = "com.example.helloworld"; field in FastDeployTest 49 getDevice().uninstallPackage(TEST_APP_PACKAGE); in setUp() 57 assertTrue(isAppInstalled(TEST_APP_PACKAGE)); in testAppInstalls() 58 getDevice().uninstallPackage(TEST_APP_PACKAGE); in testAppInstalls() 59 assertFalse(isAppInstalled(TEST_APP_PACKAGE)); in testAppInstalls() 65 assertTrue(isAppInstalled(TEST_APP_PACKAGE)); in testAppPatch() 67 assertTrue(isAppInstalled(TEST_APP_PACKAGE)); in testAppPatch() 68 getDevice().uninstallPackage(TEST_APP_PACKAGE); in testAppPatch() 69 assertFalse(isAppInstalled(TEST_APP_PACKAGE)); in testAppPatch()
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | TaplTestsTaskbar.java | 71 getTaskbar().getAppIcon(TEST_APP_NAME).launch(TEST_APP_PACKAGE); in testLaunchApp() 90 .launch(TEST_APP_PACKAGE); in testLaunchShortcut() 97 TEST_APP_PACKAGE, CALCULATOR_APP_PACKAGE); in testLaunchAppInSplitscreen() 112 .dragToSplitscreen(TEST_APP_PACKAGE, CALCULATOR_APP_PACKAGE); in testLaunchShortcutInSplitscreen() 117 getTaskbar().openAllApps().getAppIcon(TEST_APP_NAME).launch(TEST_APP_PACKAGE); in testLaunchApp_fromTaskbarAllApps() 131 .launch(TEST_APP_PACKAGE); in testLaunchShortcut_fromTaskbarAllApps() 139 .dragToSplitscreen(TEST_APP_PACKAGE, CALCULATOR_APP_PACKAGE); in testLaunchAppInSplitscreen_fromTaskbarAllApps() 149 .dragToSplitscreen(TEST_APP_PACKAGE, CALCULATOR_APP_PACKAGE); in testLaunchShortcutInSplitscreen_fromTaskbarAllApps()
|
D | TaplTestsTransientTaskbar.java | 40 getTaskbar().getAppIcon(TEST_APP_NAME).launch(TEST_APP_PACKAGE); in testShowTaskbarUnstashHintOnHover() 48 getTaskbar().getAppIcon(TEST_APP_NAME).launch(TEST_APP_PACKAGE); in testUnstashTaskbarOnScreenBottomEdgeHover() 56 getTaskbar().getAppIcon(TEST_APP_NAME).launch(TEST_APP_PACKAGE); in testHoverBelowHintedTaskbarToUnstash() 64 getTaskbar().getAppIcon(TEST_APP_NAME).launch(TEST_APP_PACKAGE); in testClickHoveredTaskbarToGoHome()
|
D | AbstractTaplTestsTaskbar.java | 39 protected static final String TEST_APP_PACKAGE = field in AbstractTaplTestsTaskbar
|
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxMetricsHostTest/src/com/android/tests/sdksandbox/host/ |
D | SdkSandboxMetricsHostTest.java | 39 private static final String TEST_APP_PACKAGE = "com.android.tests.sdksandbox"; field in SdkSandboxMetricsHostTest 61 uninstallPackage(TEST_APP_PACKAGE); in tearDown() 68 runPhase(TEST_APP_PACKAGE, TEST_APP_CLASS_NAME, "testSdkCanAccessSdkSandboxExitReasons"); in testSdkCanAccessSdkSandboxExitReasons() 79 TEST_APP_PACKAGE, in testSdkCannotAccessOtherSdkSandboxExitReasons() 88 TEST_APP_PACKAGE, in testAppWithDumpPermissionCanAccessSdkSandboxExitReasons() 96 runPhase(TEST_APP_PACKAGE, TEST_APP_CLASS_NAME, "testCrashSandboxGeneratesDropboxReport"); in testSdkSandboxCrashGeneratesDropboxReport()
|
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxSmallModuleHostTest/src/com/android/tests/sdksandbox/host/ |
D | SdkSandboxSmallModuleHostTest.java | 38 private static final String TEST_APP_PACKAGE = "com.android.tests.sdksandbox"; field in SdkSandboxSmallModuleHostTest 57 new DeviceTestRunOptions(TEST_APP_PACKAGE) in runPhase() 58 .setTestClassName(TEST_APP_PACKAGE + ".SdkSandboxSmallModuleTestApp") in runPhase()
|