Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DDscpPolicyTest.kt547 val policy3 = DscpPolicy.Builder(3, 1).setDestinationPortRange(Range(3333, 3333)).build() in <lambda>() constant
585 val policy3 = DscpPolicy.Builder(3, 1).setDestinationPortRange(Range(3333, 3333)).build() in <lambda>() constant
615 val policy3 = DscpPolicy.Builder(3, 1).setDestinationPortRange(Range(3333, 3333)).build() in <lambda>() constant
658 val policy3 = DscpPolicy.Builder(3, 1) in <lambda>() constant
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DPowerComponentHandlerUnitTest.java139 CarPowerPolicy policy3 = new CarPowerPolicy("test_policy3", new int[]{WIFI, AUDIO}, in testApplyPowerPolicy_withCustomComponents() local