Merge "Introduce a sequence number to avoid redundant IPCs"

This commit is contained in:
Yohei Yukawa
2014-06-09 12:02:29 +00:00
committed by Android (Google) Code Review
6 changed files with 127 additions and 14 deletions

View File

@@ -214,7 +214,7 @@ public class BridgeIInputMethodManager implements IInputMethodManager {
}
@Override
public void notifyUserAction() throws RemoteException {
public void notifyUserAction(int sequenceNumber) throws RemoteException {
// TODO Auto-generated method stub
}