/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
H A D | EphemeralTest.java | 70 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 D | IsolatedSplitsTests.java | 35 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 D | ClassloaderSplitsTest.java | 31 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 D | HdrCapabilitiesTests.java | 44 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 D | DeleteKeepDataRebootTest.java | 41 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 D | PackageSettingTest.java | 40 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 D | CredentialsStatsTest.java | 52 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/ |
D | test_tracking.cpp | 26 #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 D | AppExitHostTest.java | 60 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 D | BiometricsAtomsTests.java | 62 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 D | DataPersistenceTest.java | 25 private static final String TEST_CLASS = TARGET_PKG + ".DataPersistenceTest"; field in DataPersistenceTest
|
H A D | InstantAppAccessTest.java | 28 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 D | Constants.java | 21 public static final String TEST_CLASS = TEST_PKG + ".BroadcastStatsTest"; field in Constants
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/src/android/security/cts/ |
H A D | CVE_2022_20138.java | 32 static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2022_20138
|
H A D | CVE_2021_39626.java | 32 static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2021_39626
|
H A D | CVE_2022_20115.java | 32 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2022_20115
|
H A D | CVE_2020_0338.java | 37 final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; in testPocCVE_2020_0338() local
|
H A D | CVE_2021_0953.java | 34 final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; in testPocCVE_2021_0953() local
|
H A D | CVE_2021_0441.java | 35 static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2021_0441
|
H A D | CVE_2020_0448.java | 34 static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2020_0448
|
H A D | Bug_183411210.java | 34 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in Bug_183411210
|
H A D | Bug_183613671.java | 31 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in Bug_183613671
|
H A D | Bug_183963253.java | 33 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in Bug_183963253
|
H A D | CVE_2021_0693.java | 31 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in CVE_2021_0693
|
H A D | Bug_183794206.java | 34 private static final String TEST_CLASS = TEST_PKG + "." + "DeviceTest"; field in Bug_183794206
|