Searched refs:SecurityTest (Results 1 – 8 of 8) sorted by relevance
20 import android.platform.test.annotations.SecurityTest;36 @SecurityTest(minPatchLevel = "2020-10")
20 import android.platform.test.annotations.SecurityTest;36 @SecurityTest(minPatchLevel = "2019-09")
21 import android.platform.test.annotations.SecurityTest;37 @SecurityTest(minPatchLevel = "2021-06")
29 public @interface SecurityTest { annotation
22 import android.platform.test.annotations.SecurityTest;68 @SecurityTest(minPatchLevel = "2021-06")
38 import android.platform.test.annotations.SecurityTest;84 @SecurityTest(minPatchLevel = "unknown")
44 import android.platform.test.annotations.SecurityTest;118 @SecurityTest(minPatchLevel = "unknown")
29 public final class SecurityTest extends CtsVerifierTest { class