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 95 public static final class KeyboardLayoutSetException extends RuntimeException {
98 public KeyboardLayoutSetException(final Throwable cause, final KeyboardId keyboardId) {
207 throw new KeyboardLayoutSetException(e, id);
KeyboardSwitcher.java 29 import com.android.inputmethod.keyboard.KeyboardLayoutSet.KeyboardLayoutSetException;
127 } catch (KeyboardLayoutSetException e) {

Completed in 96 milliseconds