OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSystemIme
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java
119
mHasPriorityInSorting = InputMethodUtils.
isSystemIme
(imi)
148
if (InputMethodUtils.
isSystemIme
(mImi)) {
InputMethodSettingValuesWrapper.java
149
if (!InputMethodUtils.
isSystemIme
(imi)) {
InputMethodAndSubtypeUtil.java
190
final boolean systemIme = InputMethodUtils.
isSystemIme
(imi);
/frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java
127
public static boolean
isSystemIme
(InputMethodInfo inputMethod) {
136
if (!
isSystemIme
(imi)) {
180
if (!
isSystemIme
(imi)) {
473
if (InputMethodUtils.
isSystemIme
(imi)
478
if (firstFoundSystemIme < 0 && InputMethodUtils.
isSystemIme
(imi)) {
[
all
...]
/frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 46 milliseconds