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

  /system/update_engine/
mock_update_attempter.h 47 MOCK_METHOD3(CheckForUpdate,
common_service_unittest.cc 62 CheckForUpdate("app_ver", "url", UpdateAttemptFlags::kFlagNonInteractive))
65 // The non-interactive flag needs to be passed through to CheckForUpdate.
79 CheckForUpdate("app_ver", "url", UpdateAttemptFlags::kNone))
update_attempter.h 144 virtual bool CheckForUpdate(const std::string& app_version,
common_service.cc 103 *out_result = system_state_->update_attempter()->CheckForUpdate(
update_attempter_unittest.cc     [all...]
update_attempter.cc 95 // different params are passed to CheckForUpdate().
762 bool UpdateAttempter::CheckForUpdate(const string& app_version,
    [all...]

Completed in 76 milliseconds