Searched refs:systemApiSource (Results 1 – 12 of 12) sorted by relevance
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
D | ShowAnnotationTest.kt | 71 systemApiSource, in Basic showAnnotation test() 126 systemApiSource, in Basic showAnnotation with showUnannotated test() 319 systemApiSource, in No UnhiddenSystemApi warning for --show-single-annotations() 777 systemApiSource in Methods inherit showAnnotations but fields and classes don't() 854 systemApiSource, in Methods inherit showAnnotations but fields and classes don't()
|
D | ApiAnalyzerTest.kt | 102 systemApiSource in Hidden abstract method with show @SystemApi() 133 systemApiSource in Hidden abstract method for public API()
|
D | ApiFileTest.kt | 5527 systemApiSource, in Partial signature files include affected subclass definitions() 5618 systemApiSource, in Partial signature files include affected subclass definitions in complex class hierarchy() 5686 systemApiSource, in Subclass definition is not included in removed api file()
|
D | DriverTest.kt | 1779 val systemApiSource = KnownSourceFiles.systemApiSource constant
|
D | ParameterizedFlaggedApiTest.kt | 38 private val annotationsList = listOf(systemApiSource, nonNullSource) in <lambda>()
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/ |
D | FlaggedApiLintTest.kt | 22 import com.android.tools.metalava.systemApiSource 98 systemApiSource, in Dont require @FlaggedApi on methods that get elided from signature files() 274 systemApiSource, in Dont require @FlaggedApi on existing items in nested SystemApi classes() 424 systemApiSource, in Dont require @FlaggedApi on existing items inherited into new SystemApi classes()
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/compatibility/ |
D | ThrowsCompatibilityTest.kt | 23 import com.android.tools.metalava.systemApiSource 215 systemApiSource, in Partial text file where type previously did not exist()
|
D | CompatibilityCheckTest.kt | 36 import com.android.tools.metalava.systemApiSource 2028 systemApiSource, in Partial text file which references inner classes not listed elsewhere() 2074 systemApiSource, in Incompatible Changes in Released System API() 2502 systemApiSource, in Empty prev api with @hide and --show-annotation() 2557 systemApiSource, in Inherited systemApi method in an inner class() 2808 systemApiSource, in Move class from SystemApi to public and then remove a method() 2851 systemApiSource in Change item in nested SystemApi() 2895 systemApiSource, in Moving a field from SystemApi to public() 3106 systemApiSource in Inherited abstract method()
|
/tools/metalava/metalava-testing/src/main/java/com/android/tools/metalava/testing/ |
D | KnownSourceFiles.kt | 168 val systemApiSource: TestFile = constant
|
/tools/metalava/metalava-model/src/testFixtures/java/com/android/tools/metalava/model/testing/surfaces/ |
D | SelectedApiVariantsTestData.kt | 177 KnownSourceFiles.systemApiSource,
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/stub/ |
D | StubsTest.kt | 26 import com.android.tools.metalava.systemApiSource 1320 systemApiSource, in Translate DeprecatedForSdk with API Filtering()
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/doc/ |
D | DocAnalyzerTest.kt | 32 import com.android.tools.metalava.systemApiSource 939 systemApiSource in Api levels around current and preview()
|