Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java912 MockIpClientCallback ipClientCallback = new MockIpClientCallback(); in testApfFilterPcapFile() local
922 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterPcapFile()
924 byte[] program = ipClientCallback.getApfProgram(); in testApfFilterPcapFile()
971 IpClientCallbacksWrapper ipClientCallback, IpConnectivityLog log) throws Exception { in TestApfFilter() argument
972 super(context, config, InterfaceParams.getByName("lo"), ipClientCallback, log); in TestApfFilter()
1131 IpClientCallbacksWrapper ipClientCallback, ApfConfiguration config) throws Exception { in setupApfFilter() argument
1135 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in setupApfFilter()
1166 MockIpClientCallback ipClientCallback = new MockIpClientCallback(); in testApfFilterIPv4() local
1173 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterIPv4()
1176 byte[] program = ipClientCallback.getApfProgram(); in testApfFilterIPv4()
[all …]
/packages/modules/NetworkStack/src/android/net/apf/
DApfFilter.java389 IpClientCallbacksWrapper ipClientCallback, IpConnectivityLog log) { in ApfFilter() argument
391 mIpClientCallback = ipClientCallback; in ApfFilter()
1786 InterfaceParams ifParams, IpClientCallbacksWrapper ipClientCallback) { in maybeCreate() argument
1805 return new ApfFilter(context, config, ifParams, ipClientCallback, new IpConnectivityLog()); in maybeCreate()