Searched refs:ACTIVITY_CLASS_TEST (Results 1 – 4 of 4) sorted by relevance
20 import static android.appenumeration.cts.Constants.ACTIVITY_CLASS_TEST;103 .setComponent(new ComponentName(sourcePackageName, ACTIVITY_CLASS_TEST)) in sendCommand()
21 import static android.appenumeration.cts.Constants.ACTIVITY_CLASS_TEST;79 TARGET_STUB, ACTIVITY_CLASS_TEST);249 TARGET_STUB, ACTIVITY_CLASS_TEST); in testSetComponentEnabledSetting_cannotDetectStubPkg()
60 import static android.appenumeration.cts.Constants.ACTIVITY_CLASS_TEST;430 intent.setClassName(targetPackageName, ACTIVITY_CLASS_TEST), in startExplicitActivityWithIntent()1563 new ComponentName(targetPackageName, ACTIVITY_CLASS_TEST)), in startSenderForResult()
192 public static final String ACTIVITY_CLASS_TEST = PKG_BASE + "cts.TestActivity"; field in Constants