summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/annotations/src/android/platform/test/annotations/RootPermissionTest.java2
-rw-r--r--libraries/annotations/src/android/platform/test/annotations/SecurityTest.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/annotations/src/android/platform/test/annotations/RootPermissionTest.java b/libraries/annotations/src/android/platform/test/annotations/RootPermissionTest.java
index 9e96bc53a..25496eff4 100644
--- a/libraries/annotations/src/android/platform/test/annotations/RootPermissionTest.java
+++ b/libraries/annotations/src/android/platform/test/annotations/RootPermissionTest.java
@@ -33,5 +33,5 @@ public @interface RootPermissionTest {
// Denotes the patch level when the test was introduced
// TODO : Remove the default value. Need one in the interim whilst we undertake
// the effort to annotate the existing tests with a corresponding patch-level.
- String patchLevel() default "";
+ String minPatchLevel() default "";
}
diff --git a/libraries/annotations/src/android/platform/test/annotations/SecurityTest.java b/libraries/annotations/src/android/platform/test/annotations/SecurityTest.java
index 276399370..56ae4b29f 100644
--- a/libraries/annotations/src/android/platform/test/annotations/SecurityTest.java
+++ b/libraries/annotations/src/android/platform/test/annotations/SecurityTest.java
@@ -32,5 +32,5 @@ public @interface SecurityTest {
// Denotes the patch level when the test was introduced
// TODO : Remove the default value. Need one in the interim whilst we undertake
// the effort to annotate the existing tests with a corresponding patch-level.
- String patchLevel() default "";
+ String minPatchLevel() default "";
}