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.java393 private boolean mIsProxying = true; field in InCallController.EmergencyInCallServiceConnection
401 if (mIsConnected && mIsProxying) {
406 mIsProxying = false;
421 mIsProxying = (mSubConnection != null); in EmergencyInCallServiceConnection()
427 if (mIsProxying) { in connect()
434 mIsProxying = false; in connect()
456 if (mIsProxying) { in disconnect()
474 if (mIsProxying) { in getInfo()
487 if (shouldReconnect && !mIsProxying) { in onDisconnected()
495 pw.append(mIsProxying ? "" : "not ").append("proxying, "); in dump()
[all …]