Searched refs:throwsException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java620 * @param throwsException If true, throws EncodeException if unencodable
623 * @throws EncodeException the character can't be encoded and throwsException is true
626 countGsmSeptets(char c, boolean throwsException) throws EncodeException { argument
635 if (throwsException) {

Completed in 76 milliseconds