Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DActivityInfoTest.java52 private static final String TEST_ACTIVITY = TEST_PKG + ".MockActivity"; field in ActivityInfoTest
DLauncherAppsForHiddenProfilesTest.java87 private static final String TEST_ACTIVITY = "android.testapp.CrossProfileSharingActivity"; field in LauncherAppsForHiddenProfilesTest
/cts/hostsidetests/memunreachable/src/android/memunreachable/cts/
DMemunreachableTests.kt62 private const val TEST_ACTIVITY = "android.memunreachable.app.TestMemunreachableActivity" constant
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DSnapshotTaskTests.java64 private static final ComponentName TEST_ACTIVITY = new ComponentName( field in SnapshotTaskTests
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DMockTestActivityUtil.java49 public static final ComponentName TEST_ACTIVITY = new ComponentName( field in MockTestActivityUtil
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java153 public static final ComponentName TEST_ACTIVITY = component("TestActivity"); field in Components
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java168 private static final ComponentName TEST_ACTIVITY = new ComponentName( field in SurfaceControlViewHostTests
/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java106 private static final String TEST_ACTIVITY = TEST_PACKAGE + ".MockActivity"; field in IntentTest