Searched refs:curInputMethodId (Results 1 – 1 of 1) sorted by relevance
1259 String curInputMethodId = mSettings.getSelectedInputMethod(); in onHandleForceStop() local1261 if (curInputMethodId != null) { in onHandleForceStop()1264 if (imi.getId().equals(curInputMethodId)) { in onHandleForceStop()1376 String curInputMethodId = mSettings.getSelectedInputMethod(); in onFinishPackageChangesInternal() local1378 if (curInputMethodId != null) { in onFinishPackageChangesInternal()1382 if (imiId.equals(curInputMethodId)) { in onFinishPackageChangesInternal()1418 Slog.i(TAG, "Current input method removed: " + curInputMethodId); in onFinishPackageChangesInternal()