Lines Matching refs:ApexInfo
99 AllOf(Field("moduleName", &ApexInfo::moduleName, Eq(other.moduleName)),
100 Field("modulePath", &ApexInfo::modulePath, Eq(other.modulePath)),
101 Field("preinstalledModulePath", &ApexInfo::preinstalledModulePath,
103 Field("versionCode", &ApexInfo::versionCode, Eq(other.versionCode)),
104 Field("isFactory", &ApexInfo::isFactory, Eq(other.isFactory)),
105 Field("isActive", &ApexInfo::isActive, Eq(other.isActive))),
157 inline void PrintTo(const ApexInfo& apex, std::ostream* os) { in PrintTo()
324 Property("moduleName", &ApexInfo::getModuleName,
326 Property("modulePath", &ApexInfo::getModulePath,
329 &ApexInfo::getPreinstalledModulePath,
331 Property("versionCode", &ApexInfo::getVersionCode,
333 Property("isFactory", &ApexInfo::getIsFactory,
335 Property("isActive", &ApexInfo::getIsActive, Eq(other.getIsActive())),
336 Property("lastUpdateMillis", &ApexInfo::getLastUpdateMillis,
344 inline void PrintTo(const ApexInfo& apex, std::ostream* os) { in PrintTo()