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

  /external/cros/system_api/dbus/update_engine/
dbus-constants.h 35 const char kUpdateStatusIdle[] = "UPDATE_STATUS_IDLE";
  /system/update_engine/
update_status_utils.cc 43 return update_engine::kUpdateStatusIdle;
98 if (s == update_engine::kUpdateStatusIdle) {
  /system/update_engine/update_manager/
real_updater_provider.cc 151 {update_engine::kUpdateStatusIdle, Stage::kIdle},
real_updater_provider_unittest.cc 178 .WillOnce(DoAll(SetArgPointee<2>(update_engine::kUpdateStatusIdle),

Completed in 99 milliseconds