Home
last modified time | relevance | path

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

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DUpdateConfigs.java90 public static Optional<UpdateConfig.PackageFile> getPropertyFile( in getPropertyFile() method in UpdateConfigs
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/
DPrepareUpdateService.java163 UpdateConfigs.getPropertyFile(PAYLOAD_BINARY_FILE_NAME, config); in execute()
170 if (!UpdateConfigs.getPropertyFile(PAYLOAD_PROPERTIES_FILE_NAME, config).isPresent() in execute()