Home
last modified time | relevance | path

Searched refs:TelephonyIntents (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneStateIntentReceiver.java136 mFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED); in notifyServiceState()
146 mFilter.addAction(TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED); in notifySignalStrength()
166 if (TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED.equals(action)) { in onReceive()
185 } else if (TelephonyIntents.ACTION_SERVICE_STATE_CHANGED.equals(action)) { in onReceive()
DProxyController.java41 import com.android.internal.telephony.TelephonyIntents;
353 Intent intent = new Intent(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_FAILED); in onStartRadioCapabilityResponse()
559 intent = new Intent(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_DONE); in completeRadioCapabilityTransaction()
560 intent.putParcelableArrayListExtra(TelephonyIntents.EXTRA_RADIO_ACCESS_FAMILY, in completeRadioCapabilityTransaction()
569 intent = new Intent(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_FAILED); in completeRadioCapabilityTransaction()
DSubscriptionInfoUpdater.java117 IntentFilter intentFilter = new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in SubscriptionInfoUpdater()
174 if (!action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED) &&
189 if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
637 Intent i = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastSimStateChanged()
DSubscriptionController.java235 Intent intent = new Intent(TelephonyIntents.ACTION_SUBINFO_CONTENT_CHANGE); in broadcastSimInfoContentChanged()
237 intent = new Intent(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED); in broadcastSimInfoContentChanged()
1346 Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_SMS_SUBSCRIPTION_CHANGED); in broadcastDefaultSmsSubIdChanged()
1377 Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED); in broadcastDefaultVoiceSubIdChanged()
1461 Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED); in broadcastDefaultDataSubIdChanged()
1487 Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_SUBSCRIPTION_CHANGED); in setDefaultFallbackSubId()
DPhoneFactory.java294 Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_SUBSCRIPTION_CHANGED); in setDefaultSubscription()
/frameworks/base/services/core/java/com/android/server/
DNetworkTimeUpdateService.java38 import com.android.internal.telephony.TelephonyIntents;
127 intentFilter.addAction(TelephonyIntents.ACTION_NETWORK_SET_TIME); in registerForTelephonyIntents()
128 intentFilter.addAction(TelephonyIntents.ACTION_NETWORK_SET_TIMEZONE); in registerForTelephonyIntents()
235 if (TelephonyIntents.ACTION_NETWORK_SET_TIME.equals(action)) {
237 } else if (TelephonyIntents.ACTION_NETWORK_SET_TIMEZONE.equals(action)) {
DTelephonyRegistry.java65 import com.android.internal.telephony.TelephonyIntents;
263 } else if (action.equals(TelephonyIntents.ACTION_DEFAULT_SUBSCRIPTION_CHANGED)) {
349 filter.addAction(TelephonyIntents.ACTION_DEFAULT_SUBSCRIPTION_CHANGED); in systemRunning()
1395 Intent intent = new Intent(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED); in broadcastServiceStateChanged()
1414 Intent intent = new Intent(TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED); in broadcastSignalStrengthChanged()
1473 Intent intent = new Intent(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED); in broadcastDataConnectionStateChanged()
1502 Intent intent = new Intent(TelephonyIntents.ACTION_DATA_CONNECTION_FAILED); in broadcastDataConnectionFailed()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DCarrierText.java40 import com.android.internal.telephony.TelephonyIntents;
160 new IntentFilter(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION)); in updateCarrierText()
164 if (i.getBooleanExtra(TelephonyIntents.EXTRA_SHOW_SPN, false)) { in updateCarrierText()
165 spn = i.getStringExtra(TelephonyIntents.EXTRA_SPN); in updateCarrierText()
167 if (i.getBooleanExtra(TelephonyIntents.EXTRA_SHOW_PLMN, false)) { in updateCarrierText()
168 plmn = i.getStringExtra(TelephonyIntents.EXTRA_PLMN); in updateCarrierText()
DKeyguardUpdateMonitor.java56 import com.android.internal.telephony.TelephonyIntents;
567 } else if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)) {
586 } else if (TelephonyIntents.ACTION_SERVICE_STATE_CHANGED.equals(action)) {
674 if (!TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(intent.getAction())) { in fromIntent()
837 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in KeyguardUpdateMonitor()
838 filter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED); in KeyguardUpdateMonitor()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerSignalTest.java31 import com.android.internal.telephony.TelephonyIntents;
364 intent.setAction(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in createStringsUpdatedIntent()
366 intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, showSpn); in createStringsUpdatedIntent()
367 intent.putExtra(TelephonyIntents.EXTRA_SPN, spn); in createStringsUpdatedIntent()
369 intent.putExtra(TelephonyIntents.EXTRA_SHOW_PLMN, showPlmn); in createStringsUpdatedIntent()
370 intent.putExtra(TelephonyIntents.EXTRA_PLMN, plmn); in createStringsUpdatedIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java33 import com.android.internal.telephony.TelephonyIntents;
289 if (action.equals(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION)) { in handleBroadcast()
290 updateNetworkName(intent.getBooleanExtra(TelephonyIntents.EXTRA_SHOW_SPN, false), in handleBroadcast()
291 intent.getStringExtra(TelephonyIntents.EXTRA_SPN), in handleBroadcast()
292 intent.getStringExtra(TelephonyIntents.EXTRA_DATA_SPN), in handleBroadcast()
293 intent.getBooleanExtra(TelephonyIntents.EXTRA_SHOW_PLMN, false), in handleBroadcast()
294 intent.getStringExtra(TelephonyIntents.EXTRA_PLMN)); in handleBroadcast()
296 } else if (action.equals(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED)) { in handleBroadcast()
DNetworkControllerImpl.java45 import com.android.internal.telephony.TelephonyIntents;
206 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in registerListeners()
207 filter.addAction(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED); in registerListeners()
208 filter.addAction(TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED); in registerListeners()
209 filter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED); in registerListeners()
210 filter.addAction(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in registerListeners()
368 } else if (action.equals(TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED)) { in onReceive()
371 } else if (action.equals(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED)) { in onReceive()
377 } else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) { in onReceive()
380 } else if (action.equals(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/connectivity/
DDataConnectionStats.java33 import com.android.internal.telephony.TelephonyIntents;
63 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in startMonitoring()
72 if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) { in onReceive()
DTethering.java50 import com.android.internal.telephony.TelephonyIntents;
1416 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in startListeningForSimChanges()
/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java26 public class TelephonyIntents { class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java40 import com.android.internal.telephony.TelephonyIntents;
103 else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
128 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in PhoneStatusBarPolicy()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java71 import com.android.internal.telephony.TelephonyIntents;
667 Intent intent = new Intent(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in updateSpnDisplay()
669 intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, showSpn); in updateSpnDisplay()
670 intent.putExtra(TelephonyIntents.EXTRA_SPN, spn); in updateSpnDisplay()
671 intent.putExtra(TelephonyIntents.EXTRA_DATA_SPN, dataSpn); in updateSpnDisplay()
672 intent.putExtra(TelephonyIntents.EXTRA_SHOW_PLMN, showPlmn); in updateSpnDisplay()
673 intent.putExtra(TelephonyIntents.EXTRA_PLMN, plmn); in updateSpnDisplay()
1920 Intent intent = new Intent(TelephonyIntents.ACTION_NETWORK_SET_TIMEZONE); in setAndBroadcastNetworkSetTimeZone()
1939 Intent intent = new Intent(TelephonyIntents.ACTION_NETWORK_SET_TIME); in setAndBroadcastNetworkSetTime()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaServiceStateTracker.java61 import com.android.internal.telephony.TelephonyIntents;
591 Intent intent = new Intent(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in updateSpnDisplay()
593 intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, false); in updateSpnDisplay()
594 intent.putExtra(TelephonyIntents.EXTRA_SPN, ""); in updateSpnDisplay()
595 intent.putExtra(TelephonyIntents.EXTRA_SHOW_PLMN, showPlmn); in updateSpnDisplay()
596 intent.putExtra(TelephonyIntents.EXTRA_PLMN, plmn); in updateSpnDisplay()
1814 Intent intent = new Intent(TelephonyIntents.ACTION_NETWORK_SET_TIMEZONE); in setAndBroadcastNetworkSetTimeZone()
1829 Intent intent = new Intent(TelephonyIntents.ACTION_NETWORK_SET_TIME); in setAndBroadcastNetworkSetTime()
DCDMALTEPhone.java63 import com.android.internal.telephony.TelephonyIntents;
DCdmaLteServiceStateTracker.java26 import com.android.internal.telephony.TelephonyIntents;
DCDMAPhone.java67 import com.android.internal.telephony.TelephonyIntents;
1087 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in sendEmergencyCallbackModeChange()
/frameworks/base/services/core/java/com/android/server/policy/
DGlobalActions.java21 import com.android.internal.telephony.TelephonyIntents;
140 filter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in GlobalActions()
233 new Intent(TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS, null); in createDialog()
1035 } else if (TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED.equals(action)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java42 import com.android.internal.telephony.TelephonyIntents;
483 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastIccStateChangedIntent()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java72 import com.android.internal.telephony.TelephonyIntents;
1371 } else if (action.equals(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED)) {
1405 intentFilter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in registerForBroadcasts()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java89 import com.android.internal.telephony.TelephonyIntents;
1230 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in sendEmergencyCallbackModeChange()

12