Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DTestingSettingsBroadcastReceiver.java4 import static com.android.internal.telephony.TelephonyIntents.SECRET_CODE_ACTION;
20 if (intent.getAction().equals(SECRET_CODE_ACTION)) { in onReceive()
/packages/apps/VoiceDialer/src/com/android/voicedialer/
DVoiceDialerReceiver.java53 else if (TelephonyIntents.SECRET_CODE_ACTION.equals(action) && "8351".equals(host)) { in onReceive()
59 else if (TelephonyIntents.SECRET_CODE_ACTION.equals(action) && "8350".equals(host)) { in onReceive()
/packages/apps/Dialer/src/com/android/dialer/
DSpecialCharSequenceMgr.java66 private static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE"; field in SpecialCharSequenceMgr
136 final Intent intent = new Intent(SECRET_CODE_ACTION, in handleSecretCode()
/packages/services/Telephony/src/com/android/phone/
DSpecialCharSequenceMgr.java158 Intent intent = new Intent(TelephonyIntents.SECRET_CODE_ACTION, in handleSecretCode()