Searched defs:CLASS (Results 1 - 22 of 22) sorted by relevance

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
H A DIme1Constants.java25 public static final String CLASS = "android.inputmethodservice.cts.ime1.CtsInputMethod1"; field in class:Ime1Constants
28 public static final String IME_ID = ComponentNameUtils.buildComponentName(PACKAGE, CLASS);
H A DIme2Constants.java25 public static final String CLASS = "android.inputmethodservice.cts.ime2.CtsInputMethod2"; field in class:Ime2Constants
28 public static final String IME_ID = ComponentNameUtils.buildComponentName(PACKAGE, CLASS);
H A DEventProviderConstants.java31 public static final String CLASS = field in class:EventProviderConstants
/cts/hostsidetests/sample/src/android/sample/cts/
H A DSampleHostTest.java41 private static final String CLASS = "SampleDeviceActivity"; field in class:SampleHostTest
47 "am start -W -a android.intent.action.MAIN -n %s/%s.%s", PACKAGE, PACKAGE, CLASS);
73 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S");
79 if(line.startsWith("I/"+CLASS)) {
H A DSampleHostJUnit4Test.java52 private static final String CLASS = "SampleDeviceActivity"; field in class:SampleHostJUnit4Test
58 "am start -W -a android.intent.action.MAIN -n %s/%s.%s", PACKAGE, PACKAGE, CLASS);
98 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S");
104 if(line.startsWith("I/"+CLASS)) {
/cts/common/util/tests/src/com/android/compatibility/common/util/
H A DTestResultTest.java26 private static final String CLASS = "android.test.FoorBar"; field in class:TestResultTest
28 private static final String TEST_1 = String.format("%s#%s", CLASS, METHOD_1);
34 mCase = new CaseResult(CLASS);
H A DCaseResultTest.java26 private static final String CLASS = "android.test.FoorBar"; field in class:CaseResultTest
37 mResult = new CaseResult(CLASS);
46 assertEquals("Incorrect case name", CLASS, mResult.getName());
85 CaseResult otherResult = new CaseResult(CLASS);
100 CaseResult otherResult = new CaseResult(CLASS);
114 CaseResult otherResult = new CaseResult(CLASS + "foo");
/cts/hostsidetests/abioverride/src/android/abioverride/cts/
H A DAbiOverrideTest.java46 private static final String CLASS = "AbiOverrideActivity"; field in class:AbiOverrideTest
57 "am start -W -a android.intent.action.MAIN -n %s/%s.%s", PACKAGE, PACKAGE, CLASS);
93 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S");
99 if(line.startsWith("I/"+CLASS)) {
/cts/hostsidetests/trustedvoice/src/android/trustedvoice/cts/
H A DTrustedVoiceHostTest.java58 private static final String CLASS = "TrustedVoiceActivity"; field in class:TrustedVoiceHostTest
64 "am start -W -a android.intent.action.MAIN -n %s/%s.%s", PACKAGE, PACKAGE, CLASS);
106 "logcat", "-v", "brief", "-d", CLASS + ":I", "*:S");
/cts/tests/jank/src/android/jank/cts/ui/
H A DCtsDeviceJankUi.java35 private final static String CLASS = PACKAGE + ".ScrollingActivity"; field in class:CtsDeviceJankUi
42 intent.setComponent(new ComponentName(PACKAGE, CLASS));
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
H A DConsoleReporterTest.java38 private static final String CLASS = "android.test.FoorBar"; field in class:ConsoleReporterTest
97 TestIdentifier test1 = new TestIdentifier(CLASS, METHOD_1);
102 TestIdentifier test2 = new TestIdentifier(CLASS, METHOD_2);
108 TestIdentifier test3 = new TestIdentifier(CLASS, METHOD_3);
114 TestIdentifier test4 = new TestIdentifier(CLASS, METHOD_3);
H A DMetadataReporterTest.java49 private static final String CLASS = "android.test.FoorBar"; field in class:MetadataReporterTest
118 TestIdentifier test1 = new TestIdentifier(CLASS, METHOD_1);
123 TestIdentifier test2 = new TestIdentifier(CLASS, METHOD_2);
128 TestIdentifier test3 = new TestIdentifier(CLASS, METHOD_3);
134 TestIdentifier test4 = new TestIdentifier(CLASS, METHOD_3);
H A DResultReporterTest.java60 private static final String CLASS = "android.test.FoorBar"; field in class:ResultReporterTest
64 private static final String TEST_1 = String.format("%s#%s", CLASS, METHOD_1);
65 private static final String TEST_2 = String.format("%s#%s", CLASS, METHOD_2);
66 private static final String TEST_3 = String.format("%s#%s", CLASS, METHOD_3);
146 TestIdentifier test1 = new TestIdentifier(CLASS, METHOD_1);
149 TestIdentifier test2 = new TestIdentifier(CLASS, METHOD_2);
152 TestIdentifier test3 = new TestIdentifier(CLASS, METHOD_3);
189 TestIdentifier test = new TestIdentifier(CLASS, methods[i]);
255 ICaseResult caseResult = moduleResult.getOrCreateResult(CLASS);
265 TestIdentifier test1 = new TestIdentifier(CLASS, METHOD_
[all...]
/cts/common/host-side/util/tests/src/com/android/compatibility/common/util/
H A DModuleResultTest.java33 private static final String CLASS = "android.test.FoorBar"; field in class:ModuleResultTest
59 ICaseResult caseResult = mResult.getOrCreateResult(CLASS);
64 ICaseResult caseResult2 = mResult.getOrCreateResult(CLASS);
70 ICaseResult testCase = mResult.getOrCreateResult(CLASS);
79 ICaseResult caseResult = mResult.getOrCreateResult(CLASS);
93 ICaseResult otherCaseResult = otherResult.getOrCreateResult(CLASS);
/cts/tests/leanbackjank/src/android/leanbackjank/cts/
H A DCtsDeviceLeanback.java42 private final static String CLASS = JAVA_PACKAGE + ".MainActivity"; field in class:CtsDeviceLeanback
69 intent.setComponent(new ComponentName(APP_PACKAGE, CLASS));
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
H A DStorageHostTest.java42 private static final String CLASS = "com.android.cts.storageapp.StorageTest"; field in class:StorageHostTest
77 runDeviceTests(PKG_A, CLASS, "testAllocate", user);
84 runDeviceTests(PKG_A, CLASS, "testVerifySpaceManual", user);
85 runDeviceTests(PKG_A, CLASS, "testVerifySpaceApi", user);
92 runDeviceTests(PKG_A, CLASS, "testVerifyQuotaApi", user);
99 runDeviceTests(PKG_A, CLASS, "testVerifyAllocateApi", user);
120 runDeviceTests(PKG_A, CLASS, "testAllocate", user);
121 runDeviceTests(PKG_A, CLASS, "testAllocate", user);
123 runDeviceTests(PKG_B, CLASS, "testAllocate", user);
191 Utils.runDeviceTests(getDevice(), PKG_A, CLASS, "testFullDis
[all...]
H A DDirectBootHostTest.java39 private static final String CLASS = ".EncryptionAppTest"; field in class:DirectBootHostTest
166 runDeviceTests(PKG, CLASS, "testSetUp", mUsers);
186 runDeviceTests(PKG, CLASS, "testVerifyUnlockedAndDismiss", mUsers);
188 runDeviceTests(PKG, CLASS, "testVerifyLockedAndDismiss", mUsers);
195 runDeviceTests(PKG, CLASS, "testTearDown", mUsers);
H A DSplitTests.java37 static final String CLASS = ".SplitAppTest"; field in class:SplitTests
116 runDeviceTests(PKG, CLASS, "testSingleBase");
121 runDeviceTests(PKG, CLASS, "testDensitySingle");
127 runDeviceTests(PKG, CLASS, "testDensityAll");
136 runDeviceTests(PKG, CLASS, "testDensityBest1");
140 runDeviceTests(PKG, CLASS, "testDensityBest2");
149 runDeviceTests(PKG, CLASS, "testApi");
154 runDeviceTests(PKG, CLASS, "testLocale");
167 runDeviceTests(PKG, CLASS, "testNative");
182 runDeviceTests(PKG, CLASS, "testNativ
[all...]
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
H A DSustainedPerformanceHostTest.java36 private static final String CLASS = "GPUStressTestActivity"; field in class:SustainedPerformanceHostTest
39 PACKAGE, PACKAGE, CLASS);
42 PACKAGE, PACKAGE, CLASS);
121 if(line.startsWith("I/"+CLASS)) {
212 logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S");
/cts/hostsidetests/tv/src/com/android/cts/tv/
H A DTvInputManagerHostTest.java40 private static final String CLASS = "TvViewMonitorActivity"; field in class:TvInputManagerHostTest
43 "am start -W -a android.intent.action.MAIN -n %s/%s.%s", TEST_PKG2, TEST_PKG2, CLASS);
112 "logcat", "-v", "brief", "-d", CLASS + ":I", "*:S");
/cts/tools/dasm/src/dasm/
H A Dsym.java34 static final int CLASS = 31; field in class:sym
/cts/tests/signature/src/android/signature/cts/
H A DJDiffClassDescription.java74 INTERFACE, CLASS enum constant in enum:JDiffClassDescription.JDiffType

Completed in 1715 milliseconds