Searched defs:TestDeviceInfo (Results 1 – 2 of 2) sorted by relevance
76 TestDeviceInfo() {} in TestDeviceInfo() function77 explicit TestDeviceInfo(const std::string& fake_super) { set_fake_super(fake_super); } in TestDeviceInfo() function78 TestDeviceInfo(const std::string& fake_super, const std::string& slot_suffix) in TestDeviceInfo() function
30 public class TestDeviceInfo extends DeviceInfo { class