Home
last modified time | relevance | path

Searched refs:FLAG (Results 1 – 2 of 2) sorted by relevance

/tools/platform-compat/javatest/com/android/class2nonsdklist/
DCovariantReturnTypeHandlerTest.java46 private static final String FLAG = "test-flag"; field in CovariantReturnTypeHandlerTest
80 FLAG)); in testReturnTypeWhitelisted()
85 eq("La/b/Class;->method()Ljava/lang/Integer;"), any(), eq(ImmutableSet.of(FLAG))); in testReturnTypeWhitelisted()
104 FLAG)); in testAnnotatedMemberNotPublicApi()
129 FLAG)); in testReturnTypeAlreadyWhitelisted()
151 FLAG)); in testAnnotationOnField()
/tools/asuite/aidegen/
Drun_tests.sh68 local FLAG="--user"
73 cmd="python3 -m pip install $module $FLAG"