Home
last modified time | relevance | path

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

/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/assertions/
DAssertionsByIntentResolution.java96 Set<String> actualTypes = new ArraySet<>(filter.countDataTypes()); in getMimeGroup() local
99 actualTypes.add(appendWildcard(filter.getDataType(i))); in getMimeGroup()
102 return actualTypes; in getMimeGroup()
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java538 Set<String> actualTypes = sepolicyAnalyzeGetTypesAssociatedWithAttribute(attribute); in assertNotInAttribute() local
539 if (actualTypes.contains(badtype)) { in assertNotInAttribute()