Searched refs:unsupportedTypes (Results 1 – 2 of 2) sorted by relevance
35 List<Integer> unsupportedTypes = new ArrayList<>(); in buildNotifyPayloadWithData() local36 unsupportedTypes.add(55); // 0x37 in hex in buildNotifyPayloadWithData()37 unsupportedTypes.add(56); in buildNotifyPayloadWithData()38 unsupportedTypes.add(57); in buildNotifyPayloadWithData()40 new UnsupportedCriticalPayloadException(unsupportedTypes); in buildNotifyPayloadWithData()
141 std::set<Type> unsupportedTypes = kAllTypes; in TEST_P() local143 unsupportedTypes.erase(type); in TEST_P()146 for (const Type& type: unsupportedTypes) { in TEST_P()