Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DDscpPolicyTest.kt486 val policy2 = DscpPolicy.Builder(1, 4) in <lambda>() constant
524 val policy2 = DscpPolicy.Builder(1, 4) in <lambda>() constant
555 val policy2 = DscpPolicy.Builder(2, 1).setDestinationPortRange(Range(2222, 2222)).build() in <lambda>() constant
592 val policy2 = DscpPolicy.Builder(2, 1).setDestinationPortRange(Range(2222, 2222)).build() in <lambda>() constant
623 val policy2 = DscpPolicy.Builder(2, 1).setDestinationPortRange(Range(2222, 2222)).build() in <lambda>() constant
665 val policy2 = DscpPolicy.Builder(2, 1) in <lambda>() constant
712 val policy2 = DscpPolicy.Builder(1, 1).setDestinationPortRange(Range(5555, 5555)).build() in <lambda>() constant
746 val policy2 = DscpPolicy.Builder(policyId, dscpValue).setDestinationPortRange(range) in <lambda>() constant
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/modes/
DZenModeSummaryHelperTest.java127 ZenPolicy policy2 = new ZenPolicy.Builder() in getMessagesSettingSummary_allMessages() local
147 ZenPolicy policy2 = new ZenPolicy.Builder() in getMessagesSettingSummary_noMessagesButSomeConversations() local
164 ZenPolicy policy2 = new ZenPolicy.Builder() in getMessagesSettingSummary_contactsAndConversations() local
/packages/modules/Connectivity/thread/tests/unit/src/android/net/thread/
DActiveOperationalDatasetTest.java127 SecurityPolicy policy2 = SecurityPolicy.fromTlvValue(policy1.toTlvValue()); in securityPolicy_toTlvValue_conversionIsLossLess() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DPowerComponentHandlerUnitTest.java134 CarPowerPolicy policy2 = new CarPowerPolicy("test_policy2", new int[]{WIFI, DISPLAY}, in testApplyPowerPolicy_withCustomComponents() local