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

  /external/cros/system_api/dbus/update_engine/
dbus-constants.h 39 const char kUpdateStatusDownloading[] = "UPDATE_STATUS_DOWNLOADING";
  /system/update_engine/
update_status_utils.cc 49 return update_engine::kUpdateStatusDownloading;
107 } else if (s == update_engine::kUpdateStatusDownloading) {
  /system/update_engine/update_manager/
real_updater_provider.cc 154 {update_engine::kUpdateStatusDownloading, Stage::kDownloading},
real_updater_provider_unittest.cc 206 .WillOnce(DoAll(SetArgPointee<2>(update_engine::kUpdateStatusDownloading),

Completed in 507 milliseconds