Searched refs:getFieldValue (Results 1 – 7 of 7) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
D | NotificationCompatUtils.java | 40 : (Integer) CompatUtils.getFieldValue(null /* receiver */, null /* defaultValue */, 45 : (String) CompatUtils.getFieldValue(null /* receiver */, null /* defaultValue */, 50 : (Integer) CompatUtils.getFieldValue(null /* receiver */, null /* defaultValue */,
|
D | EditorInfoCompatUtils.java | 29 private static final Integer OBJ_IME_FLAG_FORCE_ASCII = (Integer) CompatUtils.getFieldValue( 89 final Object localeList = CompatUtils.getFieldValue(editorInfo, null, FIELD_HINT_LOCALES); in getPrimaryHintLocale()
|
D | SettingsSecureCompatUtils.java | 34 public static final String ACCESSIBILITY_SPEAK_PASSWORD = (String) CompatUtils.getFieldValue(
|
D | IntentCompatUtils.java | 25 (String)CompatUtils.getFieldValue(null /* receiver */, null /* defaultValue */,
|
D | SuggestionsInfoCompatUtils.java | 29 (Integer) CompatUtils.getFieldValue(null /* receiver */, null /* defaultValue */,
|
D | SuggestionSpanUtils.java | 44 private static final Integer OBJ_FLAG_AUTO_CORRECTION = (Integer) CompatUtils.getFieldValue(
|
D | CompatUtils.java | 107 public static Object getFieldValue(final Object receiver, final Object defaultValue, in getFieldValue() method in CompatUtils
|