Searched refs:curInputMethodId (Results 1 – 1 of 1) sorted by relevance
1311 String curInputMethodId = mSettings.getSelectedInputMethod(); in onHandleForceStop() local1313 if (curInputMethodId != null) { in onHandleForceStop()1316 if (imi.getId().equals(curInputMethodId)) { in onHandleForceStop()1428 String curInputMethodId = mSettings.getSelectedInputMethod(); in onFinishPackageChangesInternal() local1430 if (curInputMethodId != null) { in onFinishPackageChangesInternal()1434 if (imiId.equals(curInputMethodId)) { in onFinishPackageChangesInternal()1470 Slog.i(TAG, "Current input method removed: " + curInputMethodId); in onFinishPackageChangesInternal()