Home
last modified time | relevance | path

Searched refs:unsupportedTypes (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/exceptions/
H A DIkeProtocolExceptionTest.java35 List<Integer> unsupportedTypes = new ArrayList<>(); in buildNotifyPayloadWithData() local
36 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()
/aosp12/hardware/interfaces/light/2.0/vts/functional/
H A DVtsHalLightV2_0TargetTest.cpp141 std::set<Type> unsupportedTypes = kAllTypes; in TEST_P() local
143 unsupportedTypes.erase(type); in TEST_P()
146 for (const Type& type: unsupportedTypes) { in TEST_P()