HomeSort by relevance Sort by last modified time
    Searched refs:kProductVersion (Results 1 - 5 of 5) sorted by null

  /system/core/metricsd/
constants.h 35 static const char kProductVersion[] = "product_version";
metrics_collector.cc 151 if (!reader.GetString(metrics::kProductVersion, &version)) {
  /system/update_engine/
image_properties_android.cc 36 const char kProductVersion[] = "product_version";
67 result.version = GetStringWithDefault(osrelease, kProductVersion, "0.0.0.0");
  /system/core/metricsd/uploader/
system_profile_cache.cc 99 if (!reader.GetString(metrics::kProductVersion, &profile_.version)) {
upload_service_test.cc 243 SetTestingProperty(metrics::kProductVersion, "1.2.3.4");

Completed in 135 milliseconds