From ee5e77cafec2eae70890abdcc1646ed39b06eddd Mon Sep 17 00:00:00 2001 From: satok Date: Fri, 2 Sep 2011 18:50:15 +0900 Subject: Make setAdditionalInputMethodSubtypes async Bug: 5120261 Change-Id: Ic7869cfaa5361531e08d58d7dfa5ba0feab0613e --- .../layoutlib/bridge/android/BridgeIInputMethodManager.java | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'tools/layoutlib') diff --git a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeIInputMethodManager.java b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeIInputMethodManager.java index 23e0ca1c389f..2a52888d2d29 100644 --- a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeIInputMethodManager.java +++ b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeIInputMethodManager.java @@ -107,10 +107,9 @@ public class BridgeIInputMethodManager implements IInputMethodManager { } - public boolean setAdditionalInputMethodSubtypes(String arg0, InputMethodSubtype[] arg1) + public void setAdditionalInputMethodSubtypes(String arg0, InputMethodSubtype[] arg1) throws RemoteException { // TODO Auto-generated method stub - return false; } public boolean setCurrentInputMethodSubtype(InputMethodSubtype arg0) throws RemoteException { @@ -187,11 +186,4 @@ public class BridgeIInputMethodManager implements IInputMethodManager { // TODO Auto-generated method stub return null; } - - public boolean setAdditionalInputMethodSubtypes(IBinder arg0, InputMethodSubtype[] arg1) - throws RemoteException { - // TODO Auto-generated method stub - return false; - } - } -- cgit v1.2.3-59-g8ed1b