Searched refs:netService (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Vpn.java | 255 public Vpn(Looper looper, Context context, INetworkManagementService netService, in Vpn() argument 257 this(looper, context, netService, userHandle, keyStore, in Vpn() 262 protected Vpn(Looper looper, Context context, INetworkManagementService netService, in Vpn() argument 266 mNetd = netService; in Vpn() 277 netService.registerObserver(mObserver); in Vpn()
|