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 android.provider.Telephony.Intents.SECRET_CODE_ACTION;
20 if (intent.getAction().equals(SECRET_CODE_ACTION)) {
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 53 else if (Intents.SECRET_CODE_ACTION.equals(action) && "8351".equals(host)) {
59 else if (Intents.SECRET_CODE_ACTION.equals(action) && "8350".equals(host)) {
  /packages/apps/Phone/src/com/android/phone/
SpecialCharSequenceMgr.java 149 Intent intent = new Intent(Intents.SECRET_CODE_ACTION,
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 98 Intent intent = new Intent(Intents.SECRET_CODE_ACTION,
  /frameworks/base/core/java/android/provider/
Telephony.java     [all...]

Completed in 903 milliseconds