Home
last modified time | relevance | path

Searched refs:SecurityTest (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DCVE_2020_0420.java20 import android.platform.test.annotations.SecurityTest;
36 @SecurityTest(minPatchLevel = "2020-10")
DCVE_2019_2178.java20 import android.platform.test.annotations.SecurityTest;
36 @SecurityTest(minPatchLevel = "2019-09")
DCVE_2021_0478.java21 import android.platform.test.annotations.SecurityTest;
37 @SecurityTest(minPatchLevel = "2021-06")
/cts/libs/commonutil/src/com/android/cts/util/
DSecurityTest.java29 public @interface SecurityTest { annotation
/cts/tests/tests/security/src/android/security/cts/
DCVE_2021_0521.java22 import android.platform.test.annotations.SecurityTest;
68 @SecurityTest(minPatchLevel = "2021-06")
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodPickerTest.java38 import android.platform.test.annotations.SecurityTest;
84 @SecurityTest(minPatchLevel = "unknown")
DInputMethodManagerTest.java44 import android.platform.test.annotations.SecurityTest;
118 @SecurityTest(minPatchLevel = "unknown")
/cts/hostsidetests/ctsverifier/src/com/android/cts/verifier/
DSecurityTest.java29 public final class SecurityTest extends CtsVerifierTest { class