Home
last modified time | relevance | path

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

123

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
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 …]
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 …]
DSettingsProviderInvalidKeyTest.java33 private static final String TEST_CLASS = TEST_PACKAGE + ".SettingsProviderInvalidKeyTest"; field in SettingsProviderInvalidKeyTest
/cts/hostsidetests/classloaders/splits/src/android/classloaders/cts/
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 …]
/cts/hostsidetests/packagemanager/deletekeepdata/src/com/android/tests/deletekeepdata/host/
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
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/media/
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
/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/
DDataPersistenceTest.java25 private static final String TEST_CLASS = TARGET_PKG + ".DataPersistenceTest"; field in DataPersistenceTest
DInstantAppAccessTest.java28 private static final String TEST_CLASS = TARGET_PKG + ".InstantAppAccessTest"; field in InstantAppAccessTest
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/credentials/
DCredentialsStatsTest.java52 public static final String TEST_CLASS = field in CredentialsStatsTest
94 DeviceUtils.runDeviceTests(getDevice(), TEST_PKG, TEST_CLASS, in testInitialPhaseKnownCaller() local
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DCVE_2021_0953.java34 final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; in testPocCVE_2021_0953() local
DCVE_2021_39626.java32 static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2021_39626
DCVE_2020_0448.java34 static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2020_0448
DCVE_2020_0338.java37 final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; in testPocCVE_2020_0338() local
DCVE_2022_20138.java32 static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2022_20138
DCVE_2021_0441.java35 static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2021_0441
DCVE_2022_20115.java32 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2022_20115
DBug_183410508.java34 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in Bug_183410508
DCVE_2021_0523.java34 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2021_0523
DCVE_2021_0965.java34 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2021_0965
DCVE_2021_0586.java32 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2021_0586
DBug_183411210.java34 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in Bug_183411210
DBug_183963253.java33 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in Bug_183963253
DCVE_2021_0693.java31 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2021_0693
DBug_183794206.java34 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in Bug_183794206
/cts/hostsidetests/packagemanager/packagesetting/src/com/android/tests/packagesetting/host/
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

123