HomeSort by relevance Sort by last modified time
    Searched refs:SECRET_CODE_ACTION (Results 1 - 5 of 5) sorted by null

  /packages/apps/Settings/src/com/android/settings/
TestingSettingsBroadcastReceiver.java 4 import static com.android.internal.telephony.TelephonyIntents.SECRET_CODE_ACTION;
20 if (intent.getAction().equals(SECRET_CODE_ACTION)) {
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 53 else if (TelephonyIntents.SECRET_CODE_ACTION.equals(action) && "8351".equals(host)) {
59 else if (TelephonyIntents.SECRET_CODE_ACTION.equals(action) && "8350".equals(host)) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 291 public static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE";
  /packages/services/Telephony/src/com/android/phone/
SpecialCharSequenceMgr.java 158 Intent intent = new Intent(TelephonyIntents.SECRET_CODE_ACTION,
  /packages/apps/Dialer/src/com/android/dialer/
SpecialCharSequenceMgr.java 66 private static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE";
136 final Intent intent = new Intent(SECRET_CODE_ACTION,

Completed in 489 milliseconds