Home
last modified time | relevance | path

Searched defs:source_types (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DSELinuxPolicyRule.java37 public final List<String> source_types; field in SELinuxPolicyRule
43 private SELinuxPolicyRule(List<String> source_types, List<String> target_types, in SELinuxPolicyRule()
53 List<String> source_types = new ArrayList<String>(); in readRule() local