Loading telephony/java/com/android/internal/telephony/CallManager.java +4 −4 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ public final class CallManager { private static final String LOG_TAG ="CallManager"; private static final boolean DBG = true; private static final boolean VDBG = true; private static final boolean VDBG = false; private static final int EVENT_DISCONNECT = 100; private static final int EVENT_PRECISE_CALL_STATE_CHANGED = 101; Loading Loading @@ -292,7 +292,7 @@ public final class CallManager { if (basePhone != null && !mPhones.contains(basePhone)) { if (VDBG) { if (DBG) { Log.d(LOG_TAG, "registerPhone(" + phone.getPhoneName() + " " + phone + ")"); } Loading @@ -319,7 +319,7 @@ public final class CallManager { if (basePhone != null && mPhones.contains(basePhone)) { if (VDBG) { if (DBG) { Log.d(LOG_TAG, "unregisterPhone(" + phone.getPhoneName() + " " + phone + ")"); } Loading Loading @@ -487,7 +487,7 @@ public final class CallManager { boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle()); boolean sameChannel = (activePhone == ringingPhone); if (DBG) { if (VDBG) { Log.d(LOG_TAG, "hasBgCall: "+ hasBgCall + "sameChannel:" + sameChannel); } Loading Loading
telephony/java/com/android/internal/telephony/CallManager.java +4 −4 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ public final class CallManager { private static final String LOG_TAG ="CallManager"; private static final boolean DBG = true; private static final boolean VDBG = true; private static final boolean VDBG = false; private static final int EVENT_DISCONNECT = 100; private static final int EVENT_PRECISE_CALL_STATE_CHANGED = 101; Loading Loading @@ -292,7 +292,7 @@ public final class CallManager { if (basePhone != null && !mPhones.contains(basePhone)) { if (VDBG) { if (DBG) { Log.d(LOG_TAG, "registerPhone(" + phone.getPhoneName() + " " + phone + ")"); } Loading @@ -319,7 +319,7 @@ public final class CallManager { if (basePhone != null && mPhones.contains(basePhone)) { if (VDBG) { if (DBG) { Log.d(LOG_TAG, "unregisterPhone(" + phone.getPhoneName() + " " + phone + ")"); } Loading Loading @@ -487,7 +487,7 @@ public final class CallManager { boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle()); boolean sameChannel = (activePhone == ringingPhone); if (DBG) { if (VDBG) { Log.d(LOG_TAG, "hasBgCall: "+ hasBgCall + "sameChannel:" + sameChannel); } Loading