Home | History | Annotate | Download | only in connectivity

Lines Matching defs:mProxyService

78     private IProxyService mProxyService;
94 * Used for locking when setting mProxyService and all references to mPacUrl or mCurrentPac.
180 if (mProxyService != null) {
182 mProxyService.stopPacSystem();
248 if (mProxyService == null) {
253 mProxyService.setPacFile(script);
277 mProxyService = null;
291 mProxyService = IProxyService.Stub.asInterface(binder);
292 if (mProxyService == null) {
296 mProxyService.startPacSystem();
356 mProxyService = null;