/cts/hostsidetests/security/src/android/security/cts/ |
D | SELinuxNeverallowRulesParserTest.java | 36 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
|
D | SELinuxNeverallowRulesTestVendor.java | 81 List<Object[]> rules = new ArrayList<>(); in generateRules() local
|
D | SELinuxNeverallowRulesTest.java | 78 List<SELinuxNeverallowRule> rules = SELinuxNeverallowRule.parsePolicy(policy); in generateRules() local
|
D | SELinuxNeverallowRule.java | 142 List<SELinuxNeverallowRule> rules = new ArrayList(); in SELinuxNeverallowRule() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RelativeLayout_LayoutParamsTest.java | 98 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/ |
D | Configuration.kt | 55 val rules = mutableListOf<InjectRule>() in getInjectRules() constant
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/ |
D | ActivityStackApisTests.java | 161 final Set<EmbeddingRule> rules = new ArraySet<>(); in testFinishActivityStacks_finishAllSecondaryStacks_primaryStackExpand() local
|
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/ |
D | BedsteadJUnit4.java | 1033 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/ |
D | TelephonyManagerTestOnMockModem.java | 1033 CarrierRestrictionRules rules =runWithShellPermissionIdentity(() -> { in getAllowedCarriers_ReadPhoneState_Restricted() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | ConditionProviderVerifierActivity.java | 584 Map<String, AutomaticZenRule> rules = mNm.getAutomaticZenRules(); in test() local
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | NotificationManagerZenTest.java | 656 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/ |
D | AudioManagerTest.java | 338 Map<String, AutomaticZenRule> rules = mNm.getAutomaticZenRules(); in tearDown() local
|
/cts/tests/tests/text/src/android/text/format/cts/ |
D | TimeTest.java | 3075 ZoneRules rules = zoneId.getRules(); in calculateToMillisTestTimes() local
|