Home
last modified time | relevance | path

Searched refs:getIpClientRaInfoMetrics (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NetworkStack/src/android/net/apf/
DApfFilter.java398 mIpClientRaInfoMetrics = dependencies.getIpClientRaInfoMetrics(); in ApfFilter()
463 public IpClientRaInfoMetrics getIpClientRaInfoMetrics() { in getIpClientRaInfoMetrics() method in ApfFilter.Dependencies
DLegacyApfFilter.java406 mIpClientRaInfoMetrics = dependencies.getIpClientRaInfoMetrics(); in LegacyApfFilter()
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DLegacyApfTest.java154 doReturn(mIpClientRaInfoMetrics).when(mDependencies).getIpClientRaInfoMetrics(); in setUp()
DApfTest.java178 doReturn(mIpClientRaInfoMetrics).when(mDependencies).getIpClientRaInfoMetrics(); in setUp()