- valueOf(String) - Static method in enum com.android.annotations.VisibleForTesting.Visibility
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.android.annotations.VisibleForTesting.Visibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VisibleForTesting - Annotation Type in com.android.annotations
-
Denotes that the class, method or field has its visibility relaxed so
that unit tests can access it.
- VisibleForTesting.Visibility - Enum in com.android.annotations
-
Intended visibility if the element had not been made public or package-private for
testing.