Searched refs:QueryTypeAttribute (Results 1 – 2 of 2) sorted by relevance
/system/sepolicy/tests/ |
D | policy.py | 57 TypesPol = self.QueryTypeAttribute(Attr, True) - set(ExcludedTypes) 75 TypesPol = self.QueryTypeAttribute(Attr, True) 93 TypesPol = self.QueryTypeAttribute(Attr, True) 111 systemProps = self.QueryTypeAttribute('system_property_type', True) 112 vendorProps = self.QueryTypeAttribute('vendor_property_type', True) 130 def QueryTypeAttribute(self, Type, IsAttr): member in Policy 183 return self.QueryTypeAttribute(Type, False) 186 Types = self.QueryTypeAttribute(Type, True) 189 TypesAndAttributes |= self.QueryTypeAttribute(T, False)
|
D | treble_sepolicy_tests.py | 69 for result in pol.QueryTypeAttribute("domain", True): 150 for result in pol.QueryTypeAttribute(domain, False):
|