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

  /system/update_engine/common/
mock_hardware.h 33 ON_CALL(*this, IsOfficialBuild())
35 &FakeHardware::IsOfficialBuild));
71 MOCK_CONST_METHOD0(IsOfficialBuild, bool());
hardware_interface.h 39 virtual bool IsOfficialBuild() const = 0;
fake_hardware.h 40 bool IsOfficialBuild() const override { return is_official_build_; }
  /system/update_engine/
hardware_android.h 37 bool IsOfficialBuild() const override;
hardware_chromeos.h 41 bool IsOfficialBuild() const override;
daemon_state_android.cc 44 LOG_IF(INFO, !hardware_->IsOfficialBuild()) << "Booted non-official build.";
hardware_android.cc 112 // See IsOfficialBuild() and IsNormalMode() for the meaning of these options in
115 bool HardwareAndroid::IsOfficialBuild() const {
image_properties_chromeos.cc 100 if (!hardware->IsOfficialBuild() || !hardware->IsNormalBootMode())
hardware_chromeos.cc 93 bool HardwareChromeOS::IsOfficialBuild() const {
omaha_response_handler_action.cc 165 !system_state_->hardware()->IsOfficialBuild()) {
real_system_state.cc 64 LOG_IF(INFO, !hardware_->IsOfficialBuild()) << "Booted non-official build.";
libcurl_http_fetcher.cc 103 if (!hardware_->IsOfficialBuild())
268 if (hardware_->IsOfficialBuild()) {
update_attempter_android.cc 163 install_plan_.hash_checks_mandatory = hardware_->IsOfficialBuild();
payload_state.cc 398 if (!system_state_->hardware()->IsOfficialBuild()) {
    [all...]
update_attempter.cc     [all...]
  /system/update_engine/update_manager/
real_system_provider.cc 104 hardware_->IsOfficialBuild()));
  /external/libchrome/base/
file_version_info_unittest.cc 89 TEST(FileVersionInfoTest, IsOfficialBuild) {
  /system/update_engine/payload_consumer/
delta_performer.cc     [all...]

Completed in 436 milliseconds