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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 88 public static final class KeyboardLayoutSetException extends RuntimeException {
91 public KeyboardLayoutSetException(final Throwable cause, final KeyboardId keyboardId) {
169 throw new KeyboardLayoutSetException(e, id);
KeyboardSwitcher.java 31 import com.android.inputmethod.keyboard.KeyboardLayoutSet.KeyboardLayoutSetException;
163 } catch (KeyboardLayoutSetException e) {

Completed in 253 milliseconds