Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java441 registerService(Context.PAC_PROXY_SERVICE, PacProxyManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java4801 public static final String PAC_PROXY_SERVICE = "pac_proxy"; field in Context