Home | History | Annotate | Download | only in inputmethod

Lines Matching refs:sInstance

208     static InputMethodManager sInstance;
562 if (sInstance == null) {
565 sInstance = new InputMethodManager(service, Looper.getMainLooper());
567 return sInstance;
577 return sInstance;