Home
last modified time | relevance | path

Searched defs:TEST_ACTIVITY (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DMultiInstanceHelperTest.kt191 val TEST_ACTIVITY = "TestActivity"; constant
/aosp_15_r20/external/dagger2/javatests/dagger/android/processor/
H A DContributesAndroidInjectorTest.java28 private static final Source TEST_ACTIVITY = field in ContributesAndroidInjectorTest
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/
H A DActivityInfoTest.java52 private static final String TEST_ACTIVITY = TEST_PKG + ".MockActivity"; field in ActivityInfoTest
H A DLauncherAppsForHiddenProfilesTest.java87 private static final String TEST_ACTIVITY = "android.testapp.CrossProfileSharingActivity"; field in LauncherAppsForHiddenProfilesTest
/aosp_15_r20/cts/hostsidetests/memunreachable/src/android/memunreachable/cts/
H A DMemunreachableTests.kt62 private const val TEST_ACTIVITY = "android.memunreachable.app.TestMemunreachableActivity" constant
/aosp_15_r20/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
H A DCpuPowerStatsCollectorValidationTest.java65 private static final String TEST_ACTIVITY = TEST_PKG + ".TestActivity"; field in CpuPowerStatsCollectorValidationTest
H A DBstatsCpuTimesValidationTest.java85 private static final String TEST_ACTIVITY = TEST_PKG + ".TestActivity"; field in BstatsCpuTimesValidationTest
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
H A DSnapshotTaskTests.java64 private static final ComponentName TEST_ACTIVITY = new ComponentName( field in SnapshotTaskTests
/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/
DLockTaskModePolicyHandlerTest.java86 private static final String TEST_ACTIVITY = "TestActivity"; field in LockTaskModePolicyHandlerTest
/aosp_15_r20/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
H A DMockTestActivityUtil.java49 public static final ComponentName TEST_ACTIVITY = new ComponentName( field in MockTestActivityUtil
/aosp_15_r20/frameworks/base/apct-tests/perftests/packagemanager/src/android/os/
H A DPackageManagerPerfTest.java60 private static final ComponentName TEST_ACTIVITY = field in PackageManagerPerfTest
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/parsing/
H A DPackageParsingDeferErrorTest.kt43 private const val TEST_ACTIVITY = in <lambda>() constant
/aosp_15_r20/frameworks/base/tests/inputmethod/ConcurrentMultiSessionImeTest/src/com/android/server/inputmethod/multisessiontest/
H A DConcurrentMultiUserTest.java72 private static final ComponentName TEST_ACTIVITY = new ComponentName( field in ConcurrentMultiUserTest
/aosp_15_r20/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
DProvisioningActivityTest.java117 private static final ComponentName TEST_ACTIVITY = new ComponentName(TEST_PACKAGE, field in ProvisioningActivityTest
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DLauncherModelHelper.java78 public static final String TEST_ACTIVITY = "com.android.launcher3.tests.Activity2"; field in LauncherModelHelper
/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DDisplayEventDeliveryTest.java99 private static final String TEST_ACTIVITY = TEST_PACKAGE + ".DisplayEventActivity"; field in DisplayEventDeliveryTest
/aosp_15_r20/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
H A DComponents.java152 public static final ComponentName TEST_ACTIVITY = component("TestActivity"); field in Components
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
H A DSurfaceControlViewHostTests.java159 private static final ComponentName TEST_ACTIVITY = new ComponentName( field in SurfaceControlViewHostTests
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DIntentTest.java106 private static final String TEST_ACTIVITY = TEST_PACKAGE + ".MockActivity"; field in IntentTest