Searched refs:getDialpadIndex (Results 1 – 3 of 3) sorted by relevance
102 public static byte getDialpadIndex(Context context, char ch) { in getDialpadIndex() method in CompositeSmartDialMap103 Optional<Byte> dialpadIndex = DEFAULT_MAP.getDialpadIndex(ch); in getDialpadIndex()110 dialpadIndex = extraMap.get().getDialpadIndex(ch); in getDialpadIndex()
62 protected Optional<Byte> getDialpadIndex(char ch) { in getDialpadIndex() method in SmartDialMap
111 currentIndexToken.append(CompositeSmartDialMap.getDialpadIndex(context, c)); in parseToIndexTokens()