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

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPacManager.java85 private ServiceConnection mProxyConnection; field in class:PacManager
302 if ((mProxyConnection != null) && (mConnection != null)) {
344 mProxyConnection = new ServiceConnection() {
377 mContext.bindService(intent, mProxyConnection,
386 if (mProxyConnection != null) {
387 mContext.unbindService(mProxyConnection);
388 mProxyConnection = null;

Completed in 31 milliseconds