Searched refs:mProxyService (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DPacProxySelector.java42 private IProxyService mProxyService; field in class:PacProxySelector
46 mProxyService = IProxyService.Stub.asInterface(
48 if (mProxyService == null) {
57 if (mProxyService == null) {
58 mProxyService = IProxyService.Stub.asInterface(
61 if (mProxyService == null) {
73 response = mProxyService.resolvePacFile(uri.getHost(), urlString);
/frameworks/base/services/java/com/android/server/connectivity/
H A DPacManager.java81 private IProxyService mProxyService; field in class:PacManager
97 * Used for locking when setting mProxyService and all references to mPacUrl or mCurrentPac.
183 if (mProxyService != null) {
185 mProxyService.stopPacSystem();
251 if (mProxyService == null) {
256 mProxyService.setPacFile(script);
285 mProxyService = null;
299 mProxyService = IProxyService.Stub.asInterface(binder);
300 if (mProxyService == null) {
304 mProxyService
[all...]

Completed in 130 milliseconds