Searched refs:getDeviceTypes (Results 1 – 4 of 4) sorted by relevance
85 DeviceTypeSet getDeviceTypes() const { return mApplicableDevices; } in getDeviceTypes() function
225 return at(getDefault())->getDeviceTypes(); in getDeviceTypesForProductStrategy()227 return at(strategy)->getDeviceTypes(); in getDeviceTypesForProductStrategy()
1244 .when(mHdmiControlServiceSpy).getDeviceTypes(); in readDeviceTypes_readsIntegerDeviceTypes()1254 doReturn(Arrays.asList(new Integer[]{})).when(mHdmiControlServiceSpy).getDeviceTypes(); in readDeviceTypes_readsEnumDeviceTypes()1269 .when(mHdmiControlServiceSpy).getDeviceTypes(); in readDeviceTypes_readsEnumOverIntegerDeviceTypes()1283 doReturn(Arrays.asList(new Integer[]{})).when(mHdmiControlServiceSpy).getDeviceTypes(); in readDeviceTypes_doesNotReadNullEnumDeviceType()1299 .when(mHdmiControlServiceSpy).getDeviceTypes(); in readDeviceTypes_doesNotReadNullIntegerDeviceType()
602 protected List<Integer> getDeviceTypes() { in getDeviceTypes() method in HdmiControlService625 List<Integer> deviceTypes = getDeviceTypes(); in readDeviceTypes()