Searched refs:LegacyApfFilter (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NetworkStack/src/android/net/apf/ |
D | LegacyApfFilter.java | 113 public class LegacyApfFilter implements AndroidPacketFilter { class 208 synchronized (LegacyApfFilter.this) { in logStats() 384 public LegacyApfFilter(Context context, ApfFilter.ApfConfiguration config, in LegacyApfFilter() method in LegacyApfFilter 392 public LegacyApfFilter(Context context, ApfFilter.ApfConfiguration config, in LegacyApfFilter() method in LegacyApfFilter 2070 public static LegacyApfFilter maybeCreate(Context context, ApfFilter.ApfConfiguration config, in maybeCreate() 2091 return new LegacyApfFilter(context, config, ifParams, ipClientCallback, in maybeCreate()
|
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | ApfTestUtils.java | 414 public static class TestLegacyApfFilter extends LegacyApfFilter
|
/packages/modules/NetworkStack/src/com/android/networkstack/metrics/ |
D | stats.proto | 243 * packages/modules/NetworkStack/src/android/net/apf/LegacyApfFilter.java
|
/packages/modules/NetworkStack/src/android/net/ip/ |
D | IpClient.java | 86 import android.net.apf.LegacyApfFilter; 897 return LegacyApfFilter.maybeCreate(context, config, ifParams, cb, in maybeCreateApfFilter()
|