Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxNeverallowRulesParserTest.java36 List<SELinuxNeverallowRule> rules = SELinuxNeverallowRule.parsePolicy(policy); in testParsingEmpty() local
45 List<SELinuxNeverallowRule> rules = SELinuxNeverallowRule.parsePolicy(policy); in testParsingWithoutConditions() local
63 List<SELinuxNeverallowRule> rules = SELinuxNeverallowRule.parsePolicy(policy); in testParsingMultiNeverallowOnOneLine() local
77 List<SELinuxNeverallowRule> rules = SELinuxNeverallowRule.parsePolicy(policy); in testParsingMultiLinesNeverallow() local
88 List<SELinuxNeverallowRule> rules = SELinuxNeverallowRule.parsePolicy(policy); in testParsingWithConditions() local
101 List<SELinuxNeverallowRule> rules = SELinuxNeverallowRule.parsePolicy(policy); in testParsingWithConditionsAndComments() local
122 List<SELinuxNeverallowRule> rules = SELinuxNeverallowRule.parsePolicy(policy); in testParsingWithUserOnlyMarker() local
DSELinuxNeverallowRulesTestVendor.java81 List<Object[]> rules = new ArrayList<>(); in generateRules() local
DSELinuxNeverallowRulesTest.java78 List<SELinuxNeverallowRule> rules = SELinuxNeverallowRule.parsePolicy(policy); in generateRules() local
DSELinuxNeverallowRule.java142 List<SELinuxNeverallowRule> rules = new ArrayList(); in SELinuxNeverallowRule() local
/cts/tests/tests/widget/src/android/widget/cts/
DRelativeLayout_LayoutParamsTest.java98 int rules[]; in testConstructor() local
205 int rules[]; in testStartEnd() local
380 int rules[] = layoutParams.getRules(); in testAccessRuleVerb() local
410 int rules[]; in testAccessRuleVerbSubject() local
/cts/tools/test-api-map/instrumenttool/src/com/android/xts/apimapper/config/
DConfiguration.kt55 val rules = mutableListOf<InjectRule>() in getInjectRules() constant
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DActivityStackApisTests.java161 final Set<EmbeddingRule> rules = new ArraySet<>(); in testFinishActivityStacks_finishAllSecondaryStacks_primaryStackExpand() local
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DBedsteadJUnit4.java1033 List<TestRule> rules = super.classRules(); in classRules() local
1051 private HarrierRule findHarrier(List<TestRule> rules) { in findHarrier()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTestOnMockModem.java1033 CarrierRestrictionRules rules =runWithShellPermissionIdentity(() -> { in getAllowedCarriers_ReadPhoneState_Restricted() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DConditionProviderVerifierActivity.java584 Map<String, AutomaticZenRule> rules = mNm.getAutomaticZenRules(); in test() local
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerZenTest.java656 Map<String, AutomaticZenRule> rules = mNotificationManager.getAutomaticZenRules(); in deleteAllAutomaticZenRules() local
2266 Map<String, AutomaticZenRule> rules = mNotificationManager.getAutomaticZenRules(); in testGetAutomaticZenRules() local
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioManagerTest.java338 Map<String, AutomaticZenRule> rules = mNm.getAutomaticZenRules(); in tearDown() local
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java3075 ZoneRules rules = zoneId.getRules(); in calculateToMillisTestTimes() local