Searched refs:getDeviceModel (Results 1 – 10 of 10) sorted by relevance
108 public String getDeviceModel() { in getDeviceModel() method in HdHomeRunDevice161 && TextUtils.equals(getDeviceModel(), rhs.getDeviceModel()); in equals()
194 String deviceModel = mDevice.getDeviceModel(); in nativeGetDeliverySystemType()
52 return getDeviceModel(); in getSummary()55 public static String getDeviceModel() { in getDeviceModel() method in HardwareInfoPreferenceController
53 getContext().getString(R.string.hardware_info_summary, getDeviceModel())); in updateState()56 private String getDeviceModel() { in getDeviceModel() method in HardwareInfoPreferenceController
50 return HardwareInfoPreferenceController.getDeviceModel(); in getSummary()
48 when(systemInfo.getDeviceModel()).thenReturn(TEST_MODEL); in serializeDevInfo()
79 public String getDeviceModel() { in getDeviceModel() method in SystemInfo
77 moSerializer.createNodeForValue(doc, TAG_MODEL, systemInfo.getDeviceModel())); in serializeToXml()
82 when(mSystemInfo.getDeviceModel()).thenReturn(TEST_MODEL); in setUp()
234 when(mSystemInfo.getDeviceModel()).thenReturn(TEST_MODEL); in setUp()