Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java385 private boolean mIsProxying = true; field in InCallController.EmergencyInCallServiceConnection
393 if (mIsConnected && mIsProxying) {
398 mIsProxying = false;
413 mIsProxying = (mSubConnection != null); in EmergencyInCallServiceConnection()
419 if (mIsProxying) { in connect()
426 mIsProxying = false; in connect()
448 if (mIsProxying) { in disconnect()
466 if (mIsProxying) { in getInfo()
479 if (shouldReconnect && !mIsProxying) { in onDisconnected()
487 pw.append(mIsProxying ? "" : "not ").append("proxying, "); in dump()
[all …]