HomeSort by relevance Sort by last modified time
    Searched refs:TelephonyIntents (Results 1 - 25 of 47) sorted by null

1 2

  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java 34 import com.android.internal.telephony.TelephonyIntents;
57 intentFilter.addAction(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED);
58 intentFilter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
59 intentFilter.addAction(TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED);
60 intentFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
75 } else if (action.equals(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED)) {
85 } else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
95 } else if (action.equals(TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED)) {
98 } else if (action.equals(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED)) {
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 23 import com.android.internal.telephony.TelephonyIntents;
53 else if (TelephonyIntents.SECRET_CODE_ACTION.equals(action) && "8351".equals(host)) {
59 else if (TelephonyIntents.SECRET_CODE_ACTION.equals(action) && "8350".equals(host)) {
  /packages/apps/Settings/src/com/android/settings/
TestingSettingsBroadcastReceiver.java 4 import static com.android.internal.telephony.TelephonyIntents.SECRET_CODE_ACTION;
ApnSettings.java 55 import com.android.internal.telephony.TelephonyIntents;
108 TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED)) {
142 TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED);
IccLockSettings.java 47 import com.android.internal.telephony.TelephonyIntents;
141 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)) {
250 final IntentFilter filter = new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 28 public class TelephonyIntents {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneStateIntentReceiver.java 136 mFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
146 mFilter.addAction(TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED);
166 if (TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED.equals(action)) {
185 } else if (TelephonyIntents.ACTION_SERVICE_STATE_CHANGED.equals(action)) {
ProxyController.java 40 import com.android.internal.telephony.TelephonyIntents;
504 intent = new Intent(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_DONE);
505 intent.putParcelableArrayListExtra(TelephonyIntents.EXTRA_RADIO_ACCESS_FAMILY,
508 intent = new Intent(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_FAILED);
SubscriptionInfoUpdater.java 102 IntentFilter intentFilter = new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
115 if (!action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED) &&
130 if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
544 Intent i = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java 42 import com.android.internal.telephony.TelephonyIntents;
87 filter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED);
88 filter.addAction(TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS);
120 TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED)) {
127 TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS)) {
129 new Intent(TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS)
PhoneGlobals.java 65 import com.android.internal.telephony.TelephonyIntents;
419 intentFilter.addAction(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED);
421 intentFilter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
422 intentFilter.addAction(TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED);
423 intentFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
424 intentFilter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED);
    [all...]
SpecialCharSequenceMgr.java 28 import com.android.internal.telephony.TelephonyIntents;
158 Intent intent = new Intent(TelephonyIntents.SECRET_CODE_ACTION,
EmergencyCallbackModeExitDialog.java 43 import com.android.internal.telephony.TelephonyIntents;
104 filter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED);
194 TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS)) {
320 TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED)) {
  /frameworks/base/services/core/java/com/android/server/
NetworkTimeUpdateService.java 39 import com.android.internal.telephony.TelephonyIntents;
128 intentFilter.addAction(TelephonyIntents.ACTION_NETWORK_SET_TIME);
129 intentFilter.addAction(TelephonyIntents.ACTION_NETWORK_SET_TIMEZONE);
236 if (TelephonyIntents.ACTION_NETWORK_SET_TIME.equals(action)) {
238 } else if (TelephonyIntents.ACTION_NETWORK_SET_TIMEZONE.equals(action)) {
  /frameworks/base/services/core/java/com/android/server/connectivity/
DataConnectionStats.java 33 import com.android.internal.telephony.TelephonyIntents;
63 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
72 if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CarrierText.java 38 import com.android.internal.telephony.TelephonyIntents;
132 new IntentFilter(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION));
136 if (i.getBooleanExtra(TelephonyIntents.EXTRA_SHOW_SPN, false)) {
137 spn = i.getStringExtra(TelephonyIntents.EXTRA_SPN);
139 if (i.getBooleanExtra(TelephonyIntents.EXTRA_SHOW_PLMN, false)) {
140 plmn = i.getStringExtra(TelephonyIntents.EXTRA_PLMN);
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 40 import com.android.internal.telephony.TelephonyIntents;
95 if (TelephonyIntents.ACTION_SERVICE_STATE_CHANGED.equals(intent.getAction())) {
125 new IntentFilter(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED));
  /packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java 38 import com.android.internal.telephony.TelephonyIntents;
96 if (TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED.equals(action)) {
118 new IntentFilter(TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED);
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 51 import com.android.internal.telephony.TelephonyIntents;
85 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(intent.getAction())) {
255 new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
MessagingPreferenceActivity.java 48 import com.android.internal.telephony.TelephonyIntents;
112 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)) {
435 new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 37 import com.android.internal.telephony.TelephonyIntents;
56 if (TelephonyIntents.ACTION_SERVICE_STATE_CHANGED.equals(action)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 56 import com.android.internal.telephony.TelephonyIntents;
205 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
206 filter.addAction(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED);
207 filter.addAction(TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED);
208 filter.addAction(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION);
387 } else if (action.equals(TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED)) {
390 } else if (action.equals(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED)) {
396 } else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
    [all...]
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 40 import com.android.internal.telephony.TelephonyIntents;
113 filter.addAction(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED);
114 filter.addAction(TelephonyIntents.ACTION_DATA_CONNECTION_CONNECTED_TO_PROVISIONING_APN);
115 filter.addAction(TelephonyIntents.ACTION_DATA_CONNECTION_FAILED);
213 if (intent.getAction().equals(TelephonyIntents.
233 } else if (intent.getAction().equals(TelephonyIntents.
346 equals(TelephonyIntents.ACTION_DATA_CONNECTION_FAILED)) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 34 import com.android.internal.telephony.TelephonyIntents;
97 else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
123 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 70 import com.android.internal.telephony.TelephonyIntents;
187 TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_DONE)) {
193 TelephonyIntents.EXTRA_RADIO_ACCESS_FAMILY);
263 filter.addAction(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_DONE);
654 Intent intent = new Intent(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION);
656 intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, showSpn);
657 intent.putExtra(TelephonyIntents.EXTRA_SPN, spn);
658 intent.putExtra(TelephonyIntents.EXTRA_SHOW_PLMN, showPlmn);
659 intent.putExtra(TelephonyIntents.EXTRA_PLMN, plmn);
    [all...]

Completed in 395 milliseconds

1 2