Home
last modified time | relevance | path

Searched refs:SECRET_CODE_ACTION (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTestingSettingsBroadcastReceiver.java3 import static com.android.internal.telephony.TelephonyIntents.SECRET_CODE_ACTION;
19 if (intent.getAction().equals(SECRET_CODE_ACTION)) { in onReceive()
/packages/services/Telecomm/src/com/android/server/telecom/
DDialerCodeReceiver.java33 public static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE"; field in DialerCodeReceiver
55 if (SECRET_CODE_ACTION.equals(intent.getAction()) && intent.getData() != null && in onReceive()
/packages/apps/Dialer/java/com/android/dialer/compat/telephony/
DTelephonyManagerCompat.java54 private static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE"; field in TelephonyManagerCompat
204 new Intent(SECRET_CODE_ACTION, Uri.parse("android_secret_code://" + secretCode)); in handleSecretCode()