Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPacProxyService.java64 public class PacProxyService extends IPacProxyManager.Stub { class
160 public PacProxyService(@NonNull Context context) { in PacProxyService() method in PacProxyService
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java126 import com.android.server.connectivity.PacProxyService;
1461 PacProxyService pacProxyService = null; in startOtherServices()
2066 pacProxyService = new PacProxyService(context); in startOtherServices()