Searched refs:sDebugSchemes (Results 1 – 1 of 1) sorted by relevance
58 private static final Set<String> sDebugSchemes = Set.of("android.resource", "file"); field in OnDevicePersonalizationLocalFileDownloader79 if (scheme != null && sDebugSchemes.contains(scheme)) { in isLocalOdpUri()