Searched refs:GetDeviceModel (Results 1 – 4 of 4) sorted by relevance
33 std::string GetDeviceModel();
30 std::string BuildInfo::GetDeviceModel() { in GetDeviceModel() function in webrtc::BuildInfo
101 PRINT("%smodel: %s\n", kTag, build_info.GetDeviceModel().c_str()); in TEST_F()
620 return (build_info_->GetDeviceModel() == model); in DisableTestForThisDevice()