Searched refs:SECRET_CODE_ACTION (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DTestingSettingsBroadcastReceiver.java7 import static com.android.internal.telephony.TelephonyIntents.SECRET_CODE_ACTION;
19 if (intent.getAction().equals(SECRET_CODE_ACTION)) {
/packages/services/Telecomm/src/com/android/server/telecom/
H A DDialerCodeReceiver.java29 public static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE"; field in class:DialerCodeReceiver
48 if (SECRET_CODE_ACTION.equals(intent.getAction()) && intent.getData() != null &&
/packages/services/Telephony/src/com/android/phone/
H A DSpecialCharSequenceMgr.java158 Intent intent = new Intent(TelephonyIntents.SECRET_CODE_ACTION,
/packages/apps/Dialer/src/com/android/dialer/
H A DSpecialCharSequenceMgr.java73 private static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE"; field in class:SpecialCharSequenceMgr
180 final Intent intent = new Intent(SECRET_CODE_ACTION,

Completed in 147 milliseconds