Home
last modified time | relevance | path

Searched refs:addUnsupportedAppUsage (Results 1 – 8 of 8) sorted by relevance

/external/bouncycastle/srcgen/
Dunsupported-app-usage.json1 // See com.google.currysrc.aosp.Annotations.addUnsupportedAppUsage(Path) method for details on the
/external/icu/tools/srcgen/
Dunsupported-app-usage.json1 // See com.google.currysrc.aosp.Annotations.addUnsupportedAppUsage(Path) method for details on the
/external/conscrypt/srcgen/
Dunsupported-app-usage.json1 // See com.google.currysrc.aosp.Annotations.addUnsupportedAppUsage(Path) method for details on the
/external/libphonenumber/srcgen/
Dunsupported-app-usage.json1 // See com.google.currysrc.aosp.Annotations.addUnsupportedAppUsage(Path) method for details on the
/external/okhttp/srcgen/
Dunsupported-app-usage.json1 // See com.google.currysrc.aosp.Annotations.addUnsupportedAppUsage(Path) method for details on the
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/
DAnnotations.java66 public static AddAnnotation addUnsupportedAppUsage(Path unsupportedAppUsagePath) { in addUnsupportedAppUsage() method in Annotations
DRepackagingTransform.java218 AddAnnotation processor = Annotations.addUnsupportedAppUsage(unsupportedAppUsageFile); in main()
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
DIcu4jTransform.java928 createOptionalRule(Annotations.addUnsupportedAppUsage(unsupportedAppUsagePath)), in createTransformRules()