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()
1135 IpClientCallbacksWrapper ipClientCallback, ApfConfiguration config) throws Exception { in setupApfFilter() argument
1139 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in setupApfFilter()
1170 MockIpClientCallback ipClientCallback = new MockIpClientCallback(); in testApfFilterIPv4() local
1177 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterIPv4()
1180 byte[] program = ipClientCallback.getApfProgram(); in testApfFilterIPv4()
[all …]
/packages/modules/NetworkStack/src/android/net/apf/
DApfFilter.java390 IpClientCallbacksWrapper ipClientCallback, IpConnectivityLog log) { in ApfFilter() argument
392 mIpClientCallback = ipClientCallback; in ApfFilter()
1790 InterfaceParams ifParams, IpClientCallbacksWrapper ipClientCallback) { in maybeCreate() argument
1809 return new ApfFilter(context, config, ifParams, ipClientCallback, new IpConnectivityLog()); in maybeCreate()