Searched refs:handleSecretCode (Results 1 – 4 of 4) sorted by relevance
114 || handleSecretCode(dialString)) { in handleChars()156 static private boolean handleSecretCode(String input) { in handleSecretCode() method in SpecialCharSequenceMgr
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()
64 TelephonyManagerCompat.handleSecretCode(context, getDigitsFromSecretCode(input)); in handleTranssionSecretCode()
191 public static void handleSecretCode(Context context, String secretCode) { in handleSecretCode() method in TelephonyManagerCompat