Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/download/mdd/
DOnDevicePersonalizationLocalFileDownloader.java58 private static final Set<String> sDebugSchemes = Set.of("android.resource", "file"); field in OnDevicePersonalizationLocalFileDownloader
79 if (scheme != null && sDebugSchemes.contains(scheme)) { in isLocalOdpUri()