Home
last modified time | relevance | path

Searched defs:TEST_CLASS (Results 1 – 25 of 114) sorted by relevance

12345

/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
H A DEphemeralTest.java70 private static final String TEST_CLASS = ".ClientTest"; field in EphemeralTest
145 Utils.runDeviceTestsAsCurrentUser(getDevice(), NORMAL_PKG, TEST_CLASS, "testQuery"); in testNormalQuery() local
153 Utils.runDeviceTestsAsCurrentUser(getDevice(), NORMAL_PKG, TEST_CLASS, "testStartNormal"); in testNormalStartNormal() local
161 Utils.runDeviceTestsAsCurrentUser(getDevice(), NORMAL_PKG, TEST_CLASS, in testNormalStartEphemeral() local
170 Utils.runDeviceTestsAsCurrentUser(getDevice(), EPHEMERAL_1_PKG, TEST_CLASS, "testQuery"); in testEphemeralQuery() local
178 Utils.runDeviceTestsAsCurrentUser(getDevice(), EPHEMERAL_1_PKG, TEST_CLASS, in testEphemeralStartNormal() local
190 Utils.runDeviceTestsAsCurrentUser(getDevice(), EPHEMERAL_1_PKG, TEST_CLASS, in testEphemeralStartExposed01() local
198 Utils.runDeviceTestsAsCurrentUser(getDevice(), EPHEMERAL_1_PKG, TEST_CLASS, in testEphemeralStartExposed02() local
206 Utils.runDeviceTestsAsCurrentUser(getDevice(), EPHEMERAL_1_PKG, TEST_CLASS, in testEphemeralStartExposed03() local
214 Utils.runDeviceTestsAsCurrentUser(getDevice(), EPHEMERAL_1_PKG, TEST_CLASS, in testEphemeralStartExposed04() local
[all …]
H A DIsolatedSplitsTests.java35 private static final String TEST_CLASS = PKG + ".SplitAppTest"; field in IsolatedSplitsTests
99 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, "shouldLoadDefault"); in testInstallBase() local
116 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, "shouldLoadPolishLocale"); in testInstallBaseAndConfigSplit() local
161 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, "shouldLoadDefault"); in testInstallOneFeatureSplit() local
162 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, in testInstallOneFeatureSplit() local
164 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, in testInstallOneFeatureSplit() local
183 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, "shouldLoadPolishLocale"); in testInstallOneFeatureSplitAndConfigSplits() local
184 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, in testInstallOneFeatureSplitAndConfigSplits() local
198 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, "shouldLoadDefault"); in testInstallDependentFeatureSplits() local
199 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG, TEST_CLASS, in testInstallDependentFeatureSplits() local
[all …]
/aosp_15_r20/cts/hostsidetests/classloaders/splits/src/android/classloaders/cts/
H A DClassloaderSplitsTest.java31 private static final String TEST_CLASS = PKG + ".SplitAppTest"; field in ClassloaderSplitsTest
71 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testBaseClassLoader"); in testBaseClassLoader() local
86 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testBaseClassLoader"); in testFeatureAClassLoader() local
87 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testFeatureAClassLoader"); in testFeatureAClassLoader() local
103 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testBaseClassLoader"); in testFeatureBClassLoader() local
104 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testFeatureAClassLoader"); in testFeatureBClassLoader() local
105 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testFeatureBClassLoader"); in testFeatureBClassLoader() local
116 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testBaseClassLoader"); in testReceiverClassLoaders() local
117 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testAllReceivers"); in testReceiverClassLoaders() local
133 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testBaseServiceClassLoader"); in testServiceClassLoaders() local
[all …]
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/media/
H A DHdrCapabilitiesTests.java44 private static final String TEST_CLASS = ".HdrCapabilitiesAtomTests"; field in HdrCapabilitiesTests
58 DeviceUtils.runDeviceTests(getDevice(), TEST_PKG, TEST_CLASS, in setUp() local
82 DeviceUtils.runDeviceTests(getDevice(), TEST_PKG, TEST_CLASS, in tearDown() local
110 DeviceUtils.runDeviceTests(getDevice(), TEST_PKG, TEST_CLASS, in testForceHdrFormat() local
136 DeviceUtils.runDeviceTests(getDevice(), TEST_PKG, TEST_CLASS, in testHasUserDisabledHdrConversion() local
145 DeviceUtils.runDeviceTests(getDevice(), TEST_PKG, TEST_CLASS, in testHasUserDisabledHdrConversion() local
224 DeviceUtils.runDeviceTests(getDevice(), TEST_PKG, TEST_CLASS, in getHdrTypesFromDevice() local
267 hdrType, TEST_CLASS)); in forceHdrConversionToMethod() local
/aosp_15_r20/cts/hostsidetests/packagemanager/deletekeepdata/src/com/android/tests/deletekeepdata/host/
H A DDeleteKeepDataRebootTest.java41 private static final String TEST_CLASS = TEST_PACKAGE + ".DeleteKeepDataDeviceTest"; field in DeleteKeepDataRebootTest
61 runDeviceTests(getDevice(), TEST_PACKAGE, TEST_CLASS, TEST_WRITE_METHOD); in testDataNotPreservedWithoutFlag() local
66 runDeviceTests(getDevice(), TEST_PACKAGE, TEST_CLASS, TEST_READ_METHOD_FAIL); in testDataNotPreservedWithoutFlag() local
72 runDeviceTests(getDevice(), TEST_PACKAGE, TEST_CLASS, TEST_WRITE_METHOD); in testDataPreservedWithFlagWithoutReboot() local
77 runDeviceTests(getDevice(), TEST_PACKAGE, TEST_CLASS, TEST_READ_METHOD); in testDataPreservedWithFlagWithoutReboot() local
83 runDeviceTests(getDevice(), TEST_PACKAGE, TEST_CLASS, TEST_WRITE_METHOD); in testDataPreservedWithFlagWithReboot() local
89 runDeviceTests(getDevice(), TEST_PACKAGE, TEST_CLASS, TEST_READ_METHOD); in testDataPreservedWithFlagWithReboot() local
/aosp_15_r20/cts/hostsidetests/packagemanager/packagesetting/src/com/android/tests/packagesetting/host/
H A DPackageSettingTest.java40 private static final String TEST_CLASS = TEST_PACKAGE + "." + "PackageSettingDeviceTest"; field in PackageSettingTest
74 runDeviceTests(getDevice(), null, TEST_PACKAGE, TEST_CLASS, "testCodePathMatchesExpected", in testCodePathMatchesDumpsys() local
107 runDeviceTests(getDevice(), null, TEST_PACKAGE, TEST_CLASS, in testFirstInstallTimeMatchesDumpsys() local
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/credentials/
H A DCredentialsStatsTest.java52 public static final String TEST_CLASS = field in CredentialsStatsTest
94 DeviceUtils.runDeviceTests(getDevice(), TEST_PKG, TEST_CLASS, in testInitialPhaseKnownCaller() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_tracking.cpp26 #define TEST_CLASS(N, TRACKING) \ macro
40 TEST_CLASS(AN, ::boost::serialization::track_never) in TEST_CLASS() function
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appexit/
H A DAppExitHostTest.java60 private static final String TEST_CLASS = "android.app.cts.ActivityManagerAppExitInfoTest"; field in AppExitHostTest
135 DeviceUtils.runDeviceTests(getDevice(), TEST_PKG, TEST_CLASS, testMethod); in performLogStatsdTest() local
/aosp_15_r20/cts/hostsidetests/biometrics/src/android/server/biometrics/cts/
H A DBiometricsAtomsTests.java62 private static final String TEST_CLASS = ".BiometricsAtomsHostSideTests"; field in BiometricsAtomsTests
367 TEST_PKG + TEST_CLASS, in runOnDevice() local
/aosp_15_r20/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/
H A DDataPersistenceTest.java25 private static final String TEST_CLASS = TARGET_PKG + ".DataPersistenceTest"; field in DataPersistenceTest
H A DInstantAppAccessTest.java28 private static final String TEST_CLASS = TARGET_PKG + ".InstantAppAccessTest"; field in InstantAppAccessTest
/aosp_15_r20/cts/hostsidetests/broadcasts/src/com/android/cts/host/broadcasts/
H A DConstants.java21 public static final String TEST_CLASS = TEST_PKG + ".BroadcastStatsTest"; field in Constants
/aosp_15_r20/cts/hostsidetests/securitybulletin/src/android/security/cts/
H A DCVE_2022_20138.java32 static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2022_20138
H A DCVE_2021_39626.java32 static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2021_39626
H A DCVE_2022_20115.java32 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2022_20115
H A DCVE_2020_0338.java37 final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; in testPocCVE_2020_0338() local
H A DCVE_2021_0953.java34 final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; in testPocCVE_2021_0953() local
H A DCVE_2021_0441.java35 static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2021_0441
H A DCVE_2020_0448.java34 static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2020_0448
H A DBug_183411210.java34 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in Bug_183411210
H A DBug_183613671.java31 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in Bug_183613671
H A DBug_183963253.java33 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in Bug_183963253
H A DCVE_2021_0693.java31 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2021_0693
H A DBug_183794206.java34 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in Bug_183794206

12345