Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/enums/stats/mobiledatadownload/
Denums.proto17 // File downloaded successfully.
/frameworks/base/packages/CtsShim/build/
DREADME38 For final submission, the APKs should be downloaded from the build server, then
/frameworks/proto_logging/stats/enums/federatedcompute/
Denums.proto41 // but hasn't downloaded them yet. Also logged when the plan/checkpoint
98 // actually downloaded them yet. Also logged when the plan/checkpoint
/frameworks/proto_logging/stats/enums/adservices/common/
Dadservices_enums.proto239 // 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.
/frameworks/base/tests/TouchLatency/gradle/wrapper/
Dgradle-wrapper.jar ... ) java.net.URI address long contentLength long downloaded private void appendPercentageSoFar (long, long) int currentDownloadPercent ...
/frameworks/base/tools/lint/
DREADME.md12 (`AndroidGlobalLintChecker.jar`). This file is then downloaded as a prebuilt under the
/frameworks/proto_logging/stats/atoms/adservices/
Dadservices_extension_atoms.proto414 optional int32 build_id = 3; // id of the enrollment file downloaded via mdd
418 * Logs when AdServices enrollment file get downloaded.
422 optional int32 build_id = 2; // id of the enrollment file downloaded via mdd
430 optional int32 build_id = 2; // id of the enrollment file downloaded via mdd
437 optional int32 build_id = 1; // id of the enrollment file downloaded via mdd
1841 // The number of bytes used for the downloaded version of the file group
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl592 void setDpcDownloaded(boolean downloaded); in setDpcDownloaded() argument
DDevicePolicyManager.java17388 public void setDpcDownloaded(boolean downloaded) { in setDpcDownloaded() argument
17392 mService.setDpcDownloaded(downloaded); in setDpcDownloaded()
/frameworks/proto_logging/stats/
Datoms.proto2617 // downloaded over its runtime. Only valid for FINISHED
2627 // downloaded over its runtime. Only valid for FINISHED
7687 // Build fingerprint at the time the OTA was downloaded.
13286 // The total number of bytes downloaded by update_engine since the last
13290 // The ratio in percentage of the over-downloaded bytes compared to the
18395 // 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.
/frameworks/proto_logging/stats/enums/app/
Dsettings_enums.proto3884 // OPEN: Settings > System -> Reset options > Erase downloaded SIMs
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java22667 public void setDpcDownloaded(boolean downloaded) {
22671 int setTo = downloaded ? 1 : 0;