Home
last modified time | relevance | path

Searched refs:TEST_ACTIVITY (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DDefaultLayoutProviderTest.java19 import static com.android.launcher3.util.LauncherModelHelper.TEST_ACTIVITY;
67 .putApp(TEST_PACKAGE, TEST_ACTIVITY)); in testCustomProfileLoaded_with_icon_on_hotseat()
79 .addApp(TEST_PACKAGE, TEST_ACTIVITY) in testCustomProfileLoaded_with_folder()
80 .addApp(TEST_PACKAGE, TEST_ACTIVITY) in testCustomProfileLoaded_with_folder()
81 .addApp(TEST_PACKAGE, TEST_ACTIVITY) in testCustomProfileLoaded_with_folder()
94 .addApp(TEST_PACKAGE, TEST_ACTIVITY) in testCustomProfileLoaded_with_folder_custom_title()
95 .addApp(TEST_PACKAGE, TEST_ACTIVITY) in testCustomProfileLoaded_with_folder_custom_title()
96 .addApp(TEST_PACKAGE, TEST_ACTIVITY) in testCustomProfileLoaded_with_folder_custom_title()
DLoaderCursorTest.java45 import static com.android.launcher3.util.LauncherModelHelper.TEST_ACTIVITY;
137 ComponentName cn = new ComponentName(getContext(), TEST_ACTIVITY); in getAppShortcutInfo_dontAllowMissing_validComponent()
/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
360 activityInfo.packageName = TEST_ACTIVITY.getPackageName(); in testSuccess_Nfc()
361 activityInfo.name = TEST_ACTIVITY.getClassName(); in testSuccess_Nfc()
387 intended(allOf(hasComponent(TEST_ACTIVITY), hasAction(ACTION_STATE_USER_SETUP_COMPLETE))); in testSuccess_Nfc()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DLauncherModelHelper.java105 public static final String TEST_ACTIVITY = "com.android.launcher3.tests.Activity2"; field in LauncherModelHelper