Searched refs:secretCode (Results 1 – 3 of 3) sorted by relevance
64 String secretCode = in onReceive() local68 if (secretCode == null) { in onReceive()71 if (!TextUtils.equals(secretCode, host)) { in onReceive()
191 public static void handleSecretCode(Context context, String secretCode) { in handleSecretCode() argument200 context.getSystemService(TelephonyManager.class).sendDialerSpecialCode(secretCode); in handleSecretCode()204 new Intent(SECRET_CODE_ACTION, Uri.parse("android_secret_code://" + secretCode)); in handleSecretCode()
158 String secretCode = input.substring(4, input.length() - 4); in handleSecretCode() local159 TelephonyManagerCompat.handleSecretCode(context, secretCode); in handleSecretCode()