Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/common/host/main/java/com/android/timezone/location/common/
DLicenseSupport.java68 public void checkLicensePresentInDir(File dir) throws IOException { in checkLicensePresentInDir() method in LicenseSupport.License
/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
DTypes.java70 license.checkLicensePresentInDir(outputFile.getParentFile()); in store()