Searched refs:mIsProxying (Results 1 – 1 of 1) sorted by relevance
417 private boolean mIsProxying = true; field in InCallController.EmergencyInCallServiceConnection425 if (mIsConnected && mIsProxying) {430 mIsProxying = false;445 mIsProxying = (mSubConnection != null); in EmergencyInCallServiceConnection()451 if (mIsProxying) { in connect()458 mIsProxying = false; in connect()480 if (mIsProxying) { in disconnect()498 if (mIsProxying) { in getInfo()512 if (shouldReconnect && !mIsProxying) { in onDisconnected()520 pw.append(mIsProxying ? "" : "not ").append("proxying, "); in dump()[all …]