Searched refs:getIconName (Results 1 – 7 of 7) sorted by relevance
40 KeyboardIconsSet.getIconName(expectedIcon), in assertParser()41 KeyboardIconsSet.getIconName(actualIcon)); in assertParser()
41 KeyboardIconsSet.getIconName(expectedIconId), in assertParser()42 KeyboardIconsSet.getIconName(spec.mIconId)); in assertParser()
134 public static String getIconName(final int iconId) { in getIconName() method in KeyboardIconsSet159 throw new RuntimeException("unknown icon id: " + getIconName(iconId)); in getIconDrawable()
117 : KeyboardIconsSet.PREFIX_ICON + KeyboardIconsSet.getIconName(mIconId)); in toString()
112 return KeyboardIconsSet.getIconName(mIconId); in toString()
114 ? KeyboardIconsSet.getIconName(iconId) : label; in toString()
543 ? KeyboardIconsSet.PREFIX_ICON + KeyboardIconsSet.getIconName(iconId) : getLabel(); in toLongString()