Home
last modified time | relevance | path

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

/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
DIcu4jTransform.java907 Path allowlistedApiPath = null; in Icu4jRules() local
909 allowlistedApiPath = Paths.get(args[1]); in Icu4jRules()
936 unsupportedAppUsageFile, allowlistedApiPath); in Icu4jRules()
975 Path allowlistedApiPath) { in createTransformRules() argument
1007 createHideNonAllowlistedRule(allowlistedApiPath), in createTransformRules()
1115 private static Rule createHideNonAllowlistedRule(Path allowlistedApiPath) { in createHideNonAllowlistedRule() argument
1117 if (allowlistedApiPath != null) { in createHideNonAllowlistedRule()
1119 allowlistedApiPath); in createHideNonAllowlistedRule()