Searched refs:QueryTypeAttribute (Results 1 – 2 of 2) sorted by relevance
/system/sepolicy/tests/ |
D | policy.py | 71 TypesPol = self.QueryTypeAttribute(Attr, True) - set(ExcludedTypes) 89 TypesPol = self.QueryTypeAttribute(Attr, True) 107 TypesPol = self.QueryTypeAttribute(Attr, True) 125 systemProps = self.QueryTypeAttribute('system_property_type', True) 126 vendorProps = self.QueryTypeAttribute('vendor_property_type', True) 144 def QueryTypeAttribute(self, Type, IsAttr): member in Policy 197 return self.QueryTypeAttribute(Type, False) 200 Types = self.QueryTypeAttribute(Type, True) 203 TypesAndAttributes |= self.QueryTypeAttribute(T, False)
|
D | treble_sepolicy_tests.py | 83 for result in pol.QueryTypeAttribute("domain", True): 164 for result in pol.QueryTypeAttribute(domain, False):
|