Searched refs:secretCode (Results 1 – 3 of 3) sorted by relevance
63 String secretCode = in onReceive() local65 if (secretCode == null) { in onReceive()68 if (!TextUtils.equals(secretCode, host)) { in onReceive()
166 public static void handleSecretCode(Context context, String secretCode) { in handleSecretCode() argument175 context.getSystemService(TelephonyManager.class).sendDialerSpecialCode(secretCode); in handleSecretCode()179 new Intent(SECRET_CODE_ACTION, Uri.parse("android_secret_code://" + secretCode)); in handleSecretCode()
145 String secretCode = input.substring(4, len - 4); in handleSecretCode() local146 TelephonyManagerCompat.handleSecretCode(context, secretCode); in handleSecretCode()