Searched refs:ipClientCallback (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tests/net/java/android/net/apf/ |
D | ApfTest.java | 853 IpClient.Callback ipClientCallback, IpConnectivityLog log) throws Exception { in TestApfFilter() argument 854 super(context, config, InterfaceParams.getByName("lo"), ipClientCallback, log); in TestApfFilter() 977 private ApfFilter setupApfFilter(IpClient.Callback ipClientCallback, ApfConfiguration config) in setupApfFilter() argument 982 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in setupApfFilter() 989 MockIpClientCallback ipClientCallback = new MockIpClientCallback(); in testApfFilterIPv4() local 996 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterIPv4() 999 byte[] program = ipClientCallback.getApfProgram(); in testApfFilterIPv4() 1046 MockIpClientCallback ipClientCallback = new MockIpClientCallback(); in testApfFilterIPv6() local 1048 TestApfFilter apfFilter = new TestApfFilter(mContext, config, ipClientCallback, mLog); in testApfFilterIPv6() 1049 byte[] program = ipClientCallback.getApfProgram(); in testApfFilterIPv6() [all …]
|
/frameworks/base/services/net/java/android/net/apf/ |
D | ApfFilter.java | 349 IpClient.Callback ipClientCallback, IpConnectivityLog log) { in ApfFilter() argument 351 mIpClientCallback = ipClientCallback; in ApfFilter() 1383 InterfaceParams ifParams, IpClient.Callback ipClientCallback) { in maybeCreate() argument 1402 return new ApfFilter(context, config, ifParams, ipClientCallback, new IpConnectivityLog()); in maybeCreate()
|