Loading core/java/android/service/voice/VoiceInteractionSession.java +1 −5 Original line number Diff line number Diff line Loading @@ -436,11 +436,7 @@ public abstract class VoiceInteractionSession implements KeyEvent.Callback { Request removeRequest(IBinder reqInterface) { synchronized (this) { Request req = mActiveRequests.get(reqInterface); if (req != null) { mActiveRequests.remove(req); } return req; return mActiveRequests.remove(reqInterface); } } Loading Loading
core/java/android/service/voice/VoiceInteractionSession.java +1 −5 Original line number Diff line number Diff line Loading @@ -436,11 +436,7 @@ public abstract class VoiceInteractionSession implements KeyEvent.Callback { Request removeRequest(IBinder reqInterface) { synchronized (this) { Request req = mActiveRequests.get(reqInterface); if (req != null) { mActiveRequests.remove(req); } return req; return mActiveRequests.remove(reqInterface); } } Loading