Searched refs:downloaded (Results 1 – 12 of 12) sorted by relevance
17 // File downloaded successfully.
38 For final submission, the APKs should be downloaded from the build server, then
41 // but hasn't downloaded them yet. Also logged when the plan/checkpoint98 // actually downloaded them yet. Also logged when the plan/checkpoint
239 // Error occurred when failed to find downloaded classifier model file.242 // No downloaded or bundled classifier model available.275 // Error occurred when failed to load downloaded file by file Id.401 // Error occurred when failed to get downloaded OTA file URI.
... ) java.net.URI address long contentLength long downloaded private void appendPercentageSoFar (long, long) int currentDownloadPercent ...
12 (`AndroidGlobalLintChecker.jar`). This file is then downloaded as a prebuilt under the
414 optional int32 build_id = 3; // id of the enrollment file downloaded via mdd418 * Logs when AdServices enrollment file get downloaded.422 optional int32 build_id = 2; // id of the enrollment file downloaded via mdd430 optional int32 build_id = 2; // id of the enrollment file downloaded via mdd437 optional int32 build_id = 1; // id of the enrollment file downloaded via mdd1841 // The number of bytes used for the downloaded version of the file group
592 void setDpcDownloaded(boolean downloaded); in setDpcDownloaded() argument
17388 public void setDpcDownloaded(boolean downloaded) { in setDpcDownloaded() argument17392 mService.setDpcDownloaded(downloaded); in setDpcDownloaded()
2617 // downloaded over its runtime. Only valid for FINISHED2627 // downloaded over its runtime. Only valid for FINISHED7687 // Build fingerprint at the time the OTA was downloaded.13286 // The total number of bytes downloaded by update_engine since the last13290 // The ratio in percentage of the over-downloaded bytes compared to the18395 // Deprecated: now manifest and model files are downloaded together.22629 // Installation of downloaded eSIM failed.22645 // carrier id of the opportunistic eSIM downloaded from the SMDP server.23102 // Whether MmsService or carrier app downloaded the MMS from the network.
3884 // OPEN: Settings > System -> Reset options > Erase downloaded SIMs
22667 public void setDpcDownloaded(boolean downloaded) {22671 int setTo = downloaded ? 1 : 0;