Searched defs:getClass (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DCompatUtils.java48 public static Class<?> getClass(String className) { method in class:CompatUtils
98 Log.e(TAG, "Exception in newInstance: " + e.getClass().getSimpleName());
109 Log.e(TAG, "Exception in invoke: " + e.getClass().getSimpleName());
119 Log.e(TAG, "Exception in getFieldValue: " + e.getClass().getSimpleName());
129 Log.e(TAG, "Exception in setFieldValue: " + e.getClass().getSimpleName());

Completed in 54 milliseconds