Searched refs:CODE_EMOJI (Results 1 – 7 of 7) sorted by relevance
244 public static final int CODE_EMOJI = -11; field in Constants268 case CODE_EMOJI: return "emoji"; in printableCode()
144 …protected static final ExpectedKey EMOJI_ACTION_KEY = key(ICON_EMOJI_ACTION, Constants.CODE_EMOJI);145 …protected static final ExpectedKey EMOJI_NORMAL_KEY = key(ICON_EMOJI_NORMAL, Constants.CODE_EMOJI);
73 Constants.CODE_EMOJI,
670 } else if (code == Constants.CODE_EMOJI) { in onEvent()
70 mKeyCodeMap.put(Constants.CODE_EMOJI, R.string.spoken_description_emoji); in KeyCodeDescriptionMapper()
328 doTestNoNavigationMoreKeysOf(Constants.CODE_EMOJI, subtype, in testMoreKeysOfEnterKey()
687 case Constants.CODE_EMOJI: in handleFunctionalEvent()