Loading src/java/com/android/internal/telephony/CallManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -677,7 +677,7 @@ public final class CallManager { private void unregisterForPhoneStates(Phone phone) { // Make sure that we clean up our map of handlers to Phones. CallManagerHandler handler = mHandlerMap.get(phone); if (handler != null) { if (handler == null) { Rlog.e(LOG_TAG, "Could not find Phone handler for unregistration"); return; } Loading Loading
src/java/com/android/internal/telephony/CallManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -677,7 +677,7 @@ public final class CallManager { private void unregisterForPhoneStates(Phone phone) { // Make sure that we clean up our map of handlers to Phones. CallManagerHandler handler = mHandlerMap.get(phone); if (handler != null) { if (handler == null) { Rlog.e(LOG_TAG, "Could not find Phone handler for unregistration"); return; } Loading