HomeSort by relevance Sort by last modified time
    Searched refs:mCurId (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 371 String mCurId;
442 mCurId = res.id;
730 if (!calledInBackground || TextUtils.equals(mCurId, inputMethodId)) {
807 mCurId = null;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 309 * <p>Note that {@link #mCurId} is used to track which IME is being connected to
312 * @see #mCurId
366 String mCurId;
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java 111 long mCurId = 1;
471 entry = new AppEntry(mContext, info, mCurId++);
    [all...]

Completed in 50 milliseconds