Home
last modified time | relevance | path

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

/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/
DAnnotations.java74 return AddAnnotation.fromJsonFile(annotationClass, unsupportedAppUsagePath); in addUnsupportedAppUsage()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
DAddAnnotation.java118 public static AddAnnotation fromJsonFile(AnnotationClass annotationClass, Path file) in fromJsonFile() method in AddAnnotation