Searched refs:NetdService (Results 1 – 7 of 7) sorted by relevance
30 public class NetdService { class31 private static final String TAG = NetdService.class.getSimpleName();
31 import android.net.util.NetdService;302 mNetdService = NetdService.getInstance(); in requestSwapActiveStatsMapLocked()
43 import android.net.util.NetdService;126 mNetd = Objects.requireNonNull(NetdService.getInstance(), "could not get netd instance"); in EthernetTracker()
41 import android.net.util.NetdService;126 return NetdService.getInstance(); in getNetd()
48 import android.net.util.NetdService;139 final INetd netd = NetdService.getInstance();1071 NetdService.get(NETD_FETCH_TIMEOUT_MS); in connectNativeNetdService()
65 import android.net.util.NetdService;127 return NetdService.get(); in getNetd()
637 HSPLandroid/net/util/NetdService;-><clinit>()V638 HSPLandroid/net/util/NetdService;->get()Landroid/net/INetd;639 HSPLandroid/net/util/NetdService;->get(J)Landroid/net/INetd;640 HSPLandroid/net/util/NetdService;->getInstance()Landroid/net/INetd;51566 Landroid/net/util/NetdService$NetdCommand;51567 Landroid/net/util/NetdService;