Home
last modified time | relevance | path

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

/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/
DAnnotations.java66 public static AddAnnotation addUnsupportedAppUsage(Path unsupportedAppUsagePath) { in addUnsupportedAppUsage() argument
74 return AddAnnotation.fromJsonFile(annotationClass, unsupportedAppUsagePath); in addUnsupportedAppUsage()
76 throw new IllegalStateException("Could not read JSON from " + unsupportedAppUsagePath, e); in addUnsupportedAppUsage()
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
DIcu4jTransform.java866 Path unsupportedAppUsagePath, in createTransformRules() argument
928 createOptionalRule(Annotations.addUnsupportedAppUsage(unsupportedAppUsagePath)), in createTransformRules()