Searched refs:getDeviceTypes (Results 1 – 2 of 2) sorted by relevance
1009 .when(mHdmiControlServiceSpy).getDeviceTypes(); in readDeviceTypes_readsIntegerDeviceTypes()1019 doReturn(Arrays.asList(new Integer[]{})).when(mHdmiControlServiceSpy).getDeviceTypes(); in readDeviceTypes_readsEnumDeviceTypes()1034 .when(mHdmiControlServiceSpy).getDeviceTypes(); in readDeviceTypes_readsEnumOverIntegerDeviceTypes()1048 doReturn(Arrays.asList(new Integer[]{})).when(mHdmiControlServiceSpy).getDeviceTypes(); in readDeviceTypes_doesNotReadNullEnumDeviceType()1064 .when(mHdmiControlServiceSpy).getDeviceTypes(); in readDeviceTypes_doesNotReadNullIntegerDeviceType()
567 protected List<Integer> getDeviceTypes() { in getDeviceTypes() method in HdmiControlService590 List<Integer> deviceTypes = getDeviceTypes(); in readDeviceTypes()