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

1 2

  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 26 public class TelephonyIntents {
PhoneStateIntentReceiver.java 139 mFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
149 mFilter.addAction(TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED);
169 if (TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED.equals(action)) {
188 } else if (TelephonyIntents.ACTION_SERVICE_STATE_CHANGED.equals(action)) {
  /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/Phone/src/com/android/phone/
EmergencyCallbackModeService.java 40 import com.android.internal.telephony.TelephonyIntents;
84 filter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED);
85 filter.addAction(TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS);
117 TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED)) {
124 TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS)) {
126 new Intent(TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS)
EmergencyCallbackModeExitDialog.java 43 import com.android.internal.telephony.TelephonyIntents;
99 filter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED);
175 TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS)) {
300 TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED)) {
PhoneApp.java 60 import com.android.internal.telephony.TelephonyIntents;
526 intentFilter.addAction(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED);
530 intentFilter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
531 intentFilter.addAction(TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED);
532 intentFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
533 intentFilter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED);
    [all...]
Settings.java 20 import com.android.internal.telephony.TelephonyIntents;
143 new Intent(TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS, null),
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsSystemEventReceiver.java 29 import com.android.internal.telephony.TelephonyIntents;
36 * {@link com.android.internal.telephony.TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED}
66 } else if (action.equals(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED)) {
88 intentFilter.addAction(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED);
SmsReceiverService.java 61 import com.android.internal.telephony.TelephonyIntents;
208 } else if (TelephonyIntents.ACTION_SERVICE_STATE_CHANGED.equals(action)) {
635 intentFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
  /frameworks/base/services/java/com/android/server/
NetworkTimeUpdateService.java 39 import com.android.internal.telephony.TelephonyIntents;
120 intentFilter.addAction(TelephonyIntents.ACTION_NETWORK_SET_TIME);
121 intentFilter.addAction(TelephonyIntents.ACTION_NETWORK_SET_TIMEZONE);
221 if (TelephonyIntents.ACTION_NETWORK_SET_TIME.equals(action)) {
223 } else if (TelephonyIntents.ACTION_NETWORK_SET_TIMEZONE.equals(action)) {
TelephonyRegistry.java 47 import com.android.internal.telephony.TelephonyIntents;
554 Intent intent = new Intent(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
571 Intent intent = new Intent(TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED);
608 Intent intent = new Intent(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED);
634 Intent intent = new Intent(TelephonyIntents.ACTION_DATA_CONNECTION_FAILED);
WifiService.java 72 import com.android.internal.telephony.TelephonyIntents;
    [all...]
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 28 import com.android.internal.telephony.TelephonyIntents;
89 if (TelephonyIntents.ACTION_SERVICE_STATE_CHANGED.equals(intent.getAction())) {
119 new IntentFilter(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED));
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 43 import com.android.internal.telephony.TelephonyIntents;
109 filter.addAction(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED);
110 filter.addAction(TelephonyIntents.ACTION_DATA_CONNECTION_FAILED);
181 if (intent.getAction().equals(TelephonyIntents.
266 equals(TelephonyIntents.ACTION_DATA_CONNECTION_FAILED)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 42 import com.android.internal.telephony.TelephonyIntents;
129 else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
150 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
  /packages/apps/Settings/src/com/android/settings/
ApnSettings.java 46 import com.android.internal.telephony.TelephonyIntents;
92 TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED)) {
124 TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED);
IccLockSettings.java 36 import com.android.internal.telephony.TelephonyIntents;
121 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)) {
197 final IntentFilter filter = new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
WirelessSettings.java 37 import com.android.internal.telephony.TelephonyIntents;
76 new Intent(TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS, null),
RingerVolumePreference.java 22 import com.android.internal.telephony.TelephonyIntents;
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 44 import com.android.internal.telephony.TelephonyIntents;
88 filter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED);
133 new Intent(TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS, null);
570 } else if (TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED.equals(action)) {
KeyguardUpdateMonitor.java 44 import com.android.internal.telephony.TelephonyIntents;
107 * {@link com.android.internal.telephony.TelephonyIntents#ACTION_SIM_STATE_CHANGED} broadcast,
121 if (!TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(intent.getAction())) {
259 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
285 } else if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 54 import com.android.internal.telephony.TelephonyIntents;
211 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
310 } else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 27 import com.android.internal.telephony.TelephonyIntents;
    [all...]
CDMAPhone.java 62 import com.android.internal.telephony.TelephonyIntents;
861 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 29 import com.android.internal.telephony.TelephonyIntents;
    [all...]

Completed in 1931 milliseconds

1 2