[IL59] Rename a method
Um... this is not async ? Remove that from the name Bug: 8636060 Change-Id: Ida5f9bd6929eae75103eb2e3fb866ed7468af806main
parent
ac6dfaf80b
commit
17bd129faf
|
@ -213,7 +213,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
postUpdateSuggestionStrip();
|
||||
break;
|
||||
case MSG_ON_END_BATCH_INPUT:
|
||||
latinIme.mInputLogic.endBatchInputAsyncInternal(latinIme.mSettings.getCurrent(),
|
||||
latinIme.mInputLogic.endBatchInputInternal(latinIme.mSettings.getCurrent(),
|
||||
(SuggestedWords) msg.obj, latinIme.mKeyboardSwitcher);
|
||||
break;
|
||||
case MSG_RESET_CACHES:
|
||||
|
|
|
@ -1534,7 +1534,7 @@ public final class InputLogic {
|
|||
* @param settingsValues the current values of the settings.
|
||||
* @param suggestedWords suggestedWords to use.
|
||||
*/
|
||||
public void endBatchInputAsyncInternal(final SettingsValues settingsValues,
|
||||
public void endBatchInputInternal(final SettingsValues settingsValues,
|
||||
final SuggestedWords suggestedWords,
|
||||
// TODO: remove this argument
|
||||
final KeyboardSwitcher keyboardSwitcher) {
|
||||
|
|
Loading…
Reference in New Issue