Home
last modified time | relevance | path

Searched defs:TEST_ACTIVITY (Results 1 – 10 of 10) 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.java85 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/activity/
DActivityRecordInputSinkTests.java52 private static final ComponentName TEST_ACTIVITY = field in ActivityRecordInputSinkTests
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DSnapshotTaskTests.java62 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/tests/display/src/android/display/cts/
DDisplayEventTest.java86 private static final String TEST_ACTIVITY = TEST_PACKAGE + ".DisplayEventActivity"; field in DisplayEventTest
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java152 public static final ComponentName TEST_ACTIVITY = component("TestActivity"); field in Components
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java158 private static final ComponentName TEST_ACTIVITY = new ComponentName( field in SurfaceControlViewHostTests
/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java109 private static final String TEST_ACTIVITY = TEST_PACKAGE + ".MockActivity"; field in IntentTest