Searched refs:handleSecretCode (Results 1 – 4 of 4) sorted by relevance
115 || handleSecretCode(dialString)) { in handleChars()157 static private boolean handleSecretCode(String input) { in handleSecretCode() method in SpecialCharSequenceMgr
64 TelephonyManagerCompat.handleSecretCode(context, getDigitsFromSecretCode(input)); in handleTranssionSecretCode()
116 || handleSecretCode(context, dialString)) { in handleChars()149 static boolean handleSecretCode(Context context, String input) { in handleSecretCode() method in SpecialCharSequenceMgr159 TelephonyManagerCompat.handleSecretCode(context, secretCode); in handleSecretCode()
191 public static void handleSecretCode(Context context, String secretCode) { in handleSecretCode() method in TelephonyManagerCompat