Searched refs:getBpfNetMaps (Results 1 – 4 of 4) sorted by relevance
228 override fun getBpfNetMaps(context: Context?, netd: INetd?) = mock(BpfNetMaps::class.java) in getNetworkStack() method in com.android.server.net.integrationtests.TestDependencies
275 override fun getBpfNetMaps(context: Context, netd: INetd) = this@CSTest.bpfNetMaps in getResources() method in com.android.server.CSTest.CSDeps
1619 public BpfNetMaps getBpfNetMaps(Context context, INetd netd) { in getBpfNetMaps() method in ConnectivityService.Dependencies1842 mBpfNetMaps = mDeps.getBpfNetMaps(mContext, netd);
2264 public BpfNetMaps getBpfNetMaps(Context context, INetd netd) { in getBpfNetMaps() method