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

  /system/update_engine/payload_consumer/
delta_performer.h 185 uint64_t GetMajorVersion() const;
delta_performer.cc 391 if (GetMajorVersion() == kBrilloMajorPayloadVersion) {
418 uint64_t DeltaPerformer::GetMajorVersion() const {
494 if (GetMajorVersion() == kBrilloMajorPayloadVersion) {
    [all...]
delta_performer_unittest.cc 658 EXPECT_EQ(kBrilloMajorPayloadVersion, performer_.GetMajorVersion());
    [all...]

Completed in 573 milliseconds