Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxNeverallowRule.java51 private SELinuxNeverallowRule(String text, Map<String, Integer> conditions) { in SELinuxNeverallowRule()
135 Map<String, Integer> conditions = new HashMap(); in parsePolicy() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCustomViewActivityTest.java519 final Set<ContentCaptureCondition> conditions = new ArraySet<>(1); in testContentCaptureConditions() local
543 final Set<ContentCaptureCondition> conditions = new ArraySet<>(1); in testContentCaptureConditions_otherPackage() local
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DMultiDisplayTestBase.java684 Predicate<ImeEvent>... conditions) throws Exception { in waitOrderedImeEventsThenAssertImeShown()