Home
last modified time | relevance | path

Searched defs:VPN_MANAGEMENT_SERVICE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java405 registerService(Context.VPN_MANAGEMENT_SERVICE, VpnManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java4286 public static final String VPN_MANAGEMENT_SERVICE = "vpn_management"; field in Context