Home
last modified time | relevance | path

Searched refs:applyUnderlyingCapabilities (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java6939 mService.applyUnderlyingCapabilities(new Network[]{}, initialCapsNotMetered, caps); in testApplyUnderlyingCapabilities()
6943 mService.applyUnderlyingCapabilities(new Network[]{null}, initialCapsNotMetered, caps); in testApplyUnderlyingCapabilities()
6947 mService.applyUnderlyingCapabilities(new Network[]{mobile}, initialCapsNotMetered, caps); in testApplyUnderlyingCapabilities()
6950 mService.applyUnderlyingCapabilities(new Network[]{wifi}, initialCapsNotMetered, caps); in testApplyUnderlyingCapabilities()
6955 mService.applyUnderlyingCapabilities(new Network[]{wifi}, initialCaps, caps); in testApplyUnderlyingCapabilities()
6959 mService.applyUnderlyingCapabilities(new Network[]{mobile, wifi}, initialCaps, caps); in testApplyUnderlyingCapabilities()
6964 mService.applyUnderlyingCapabilities(new Network[]{null, mobile, null, wifi}, in testApplyUnderlyingCapabilities()
6969 mService.applyUnderlyingCapabilities(new Network[]{null, mobile, null, wifi}, in testApplyUnderlyingCapabilities()
6973 mService.applyUnderlyingCapabilities(null, initialCapsNotMetered, caps); in testApplyUnderlyingCapabilities()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java7230 void applyUnderlyingCapabilities(@Nullable Network[] underlyingNetworks, in applyUnderlyingCapabilities() method in ConnectivityService
7348 applyUnderlyingCapabilities(nai.declaredUnderlyingNetworks, nai.declaredCapabilities, in mixInCapabilities()