Home
last modified time | relevance | path

Searched refs:netService (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java597 public Vpn(Looper looper, Context context, INetworkManagementService netService, INetd netd, in Vpn() argument
599 this(looper, context, new Dependencies(), netService, netd, userId, vpnProfileStore, in Vpn()
605 INetworkManagementService netService, INetd netd, @UserIdInt int userId, in Vpn() argument
607 this(looper, context, deps, netService, netd, userId, vpnProfileStore, in Vpn()
613 INetworkManagementService netService, INetd netd, in Vpn() argument
640 netService.registerObserver(mObserver); in Vpn()