am 5786f5cf: Merge "Fix build." into ics-mr1

* commit '5786f5cf1b248b79f938b3fa3c5d534159261f09':
  Fix build.
This commit is contained in:
Dianne Hackborn
2012-02-24 16:25:30 -08:00
committed by Android Git Automerger

View File

@@ -160,8 +160,9 @@ public class BridgeIInputMethodManager implements IInputMethodManager {
return false; return false;
} }
public InputBindResult startInput(IInputMethodClient arg0, IInputContext arg1, EditorInfo arg2,
boolean arg3, boolean arg4) throws RemoteException { public InputBindResult startInput(IInputMethodClient client, IInputContext inputContext,
EditorInfo attribute, int controlFlags) throws RemoteException {
// TODO Auto-generated method stub // TODO Auto-generated method stub
return null; return null;
} }
@@ -176,10 +177,12 @@ public class BridgeIInputMethodManager implements IInputMethodManager {
} }
public void windowGainedFocus(IInputMethodClient arg0, IBinder arg1, boolean arg2, @Override
boolean arg3, int arg4, boolean arg5, int arg6) throws RemoteException { public InputBindResult windowGainedFocus(IInputMethodClient client, IBinder windowToken,
int controlFlags, int softInputMode, int windowFlags, EditorInfo attribute,
IInputContext inputContext) throws RemoteException {
// TODO Auto-generated method stub // TODO Auto-generated method stub
return null;
} }
public IBinder asBinder() { public IBinder asBinder() {