Searched refs:SECRET_CODE_ACTION (Results 1 – 2 of 2) sorted by relevance
33 public static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE"; field in DialerCodeReceiver55 if (SECRET_CODE_ACTION.equals(intent.getAction()) && intent.getData() != null && in onReceive()
54 private static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE"; field in TelephonyManagerCompat204 new Intent(SECRET_CODE_ACTION, Uri.parse("android_secret_code://" + secretCode)); in handleSecretCode()