Searched refs:netService (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | Vpn.java | 415 public Vpn(Looper looper, Context context, INetworkManagementService netService, INetd netd, in Vpn() argument 417 this(looper, context, new Dependencies(), netService, netd, userId, vpnProfileStore, in Vpn() 423 INetworkManagementService netService, INetd netd, @UserIdInt int userId, in Vpn() argument 425 this(looper, context, deps, netService, netd, userId, vpnProfileStore, in Vpn() 431 INetworkManagementService netService, INetd netd, in Vpn() argument 439 mNms = netService; in Vpn() 452 netService.registerObserver(mObserver); in Vpn()
|