/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/services/Telephony/src/com/android/phone/ |
EmergencyCallbackModeService.java | 41 import com.android.internal.telephony.TelephonyIntents; 85 filter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); 86 filter.addAction(TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS); 118 TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED)) { 125 TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS)) { 127 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)) {
|
SpecialCharSequenceMgr.java | 26 import com.android.internal.telephony.TelephonyIntents; 155 Intent intent = new Intent(TelephonyIntents.SECRET_CODE_ACTION,
|
PhoneGlobals.java | 68 import com.android.internal.telephony.TelephonyIntents; 520 intentFilter.addAction(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED); 522 intentFilter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); 523 intentFilter.addAction(TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED); 524 intentFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED); 525 intentFilter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
TelephonyIntents.java | 26 public class TelephonyIntents {
|
/packages/apps/Settings/src/com/android/settings/ |
TestingSettingsBroadcastReceiver.java | 4 import static com.android.internal.telephony.TelephonyIntents.SECRET_CODE_ACTION;
|
ApnSettings.java | 47 import com.android.internal.telephony.TelephonyIntents; 94 TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED)) { 126 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 | 49 import com.android.internal.telephony.TelephonyIntents; 107 new Intent(TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS, null),
|
/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)) {
|
/frameworks/base/services/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)) {
|
TelephonyRegistry.java | 54 import com.android.internal.telephony.TelephonyIntents; 652 Intent intent = new Intent(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED); 669 Intent intent = new Intent(TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED); 708 Intent intent = new Intent(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED); 735 Intent intent = new Intent(TelephonyIntents.ACTION_DATA_CONNECTION_FAILED);
|
/frameworks/base/services/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/SystemUI/src/com/android/systemui/statusbar/phone/ |
PhoneStatusBarPolicy.java | 30 import com.android.internal.telephony.TelephonyIntents; 96 else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) { 116 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
|
/packages/apps/Mms/src/com/android/mms/util/ |
DownloadManager.java | 38 import com.android.internal.telephony.TelephonyIntents; 90 if (TelephonyIntents.ACTION_SERVICE_STATE_CHANGED.equals(intent.getAction())) { 120 new IntentFilter(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED));
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardUpdateMonitor.java | 49 import com.android.internal.telephony.TelephonyIntents; 266 } else if (TelephonyIntents.SPN_STRINGS_UPDATED_ACTION.equals(action)) { 278 } else if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)) { 316 * {@link com.android.internal.telephony.TelephonyIntents#ACTION_SIM_STATE_CHANGED} broadcast, 330 if (!TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(intent.getAction())) { 519 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); 521 filter.addAction(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); [all...] |
/frameworks/base/core/java/android/net/ |
MobileDataStateTracker.java | 40 import com.android.internal.telephony.TelephonyIntents; 114 filter.addAction(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED); 115 filter.addAction(TelephonyIntents.ACTION_DATA_CONNECTION_CONNECTED_TO_PROVISIONING_APN); 116 filter.addAction(TelephonyIntents.ACTION_DATA_CONNECTION_FAILED); 214 if (intent.getAction().equals(TelephonyIntents. 234 } else if (intent.getAction().equals(TelephonyIntents. 347 equals(TelephonyIntents.ACTION_DATA_CONNECTION_FAILED)) { [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaServiceStateTracker.java | 54 import com.android.internal.telephony.TelephonyIntents; 542 Intent intent = new Intent(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); 544 intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, false); 545 intent.putExtra(TelephonyIntents.EXTRA_SPN, ""); 546 intent.putExtra(TelephonyIntents.EXTRA_SHOW_PLMN, showPlmn); 547 intent.putExtra(TelephonyIntents.EXTRA_PLMN, plmn); [all...] |
/packages/apps/Dialer/src/com/android/dialer/ |
SpecialCharSequenceMgr.java | 43 import com.android.internal.telephony.TelephonyIntents; 139 Intent intent = new Intent(TelephonyIntents.SECRET_CODE_ACTION,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
NetworkController.java | 44 import com.android.internal.telephony.TelephonyIntents; 226 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); 227 filter.addAction(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); 363 } else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) { 367 } else if (action.equals(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION)) { 368 updateNetworkName(intent.getBooleanExtra(TelephonyIntents.EXTRA_SHOW_SPN, false), 369 intent.getStringExtra(TelephonyIntents.EXTRA_SPN), 370 intent.getBooleanExtra(TelephonyIntents.EXTRA_SHOW_PLMN, false), 371 intent.getStringExtra(TelephonyIntents.EXTRA_PLMN)); [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsReceiverService.java | 54 import com.android.internal.telephony.TelephonyIntents; 211 } else if (TelephonyIntents.ACTION_SERVICE_STATE_CHANGED.equals(action)) { 675 intentFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmServiceStateTracker.java | 64 import com.android.internal.telephony.TelephonyIntents; 567 Intent intent = new Intent(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); 569 intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, showSpn); 570 intent.putExtra(TelephonyIntents.EXTRA_SPN, spn); 571 intent.putExtra(TelephonyIntents.EXTRA_SHOW_PLMN, showPlmn); 572 intent.putExtra(TelephonyIntents.EXTRA_PLMN, plmn); [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
GlobalActions.java | 21 import com.android.internal.telephony.TelephonyIntents; 121 filter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); 206 new Intent(TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS, null); 840 } else if (TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED.equals(action)) { [all...] |