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.java40 import com.android.internal.telephony.TelephonyIntents;
504 intent = new Intent(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_DONE); in completeRadioCapabilityTransaction()
505 intent.putParcelableArrayListExtra(TelephonyIntents.EXTRA_RADIO_ACCESS_FAMILY, in completeRadioCapabilityTransaction()
508 intent = new Intent(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_FAILED); in completeRadioCapabilityTransaction()
DSubscriptionInfoUpdater.java102 IntentFilter intentFilter = new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in SubscriptionInfoUpdater()
115 if (!action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED) &&
130 if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
550 Intent i = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastSimStateChanged()
DSubscriptionController.java207 Intent intent = new Intent(TelephonyIntents.ACTION_SUBINFO_CONTENT_CHANGE); in broadcastSimInfoContentChanged()
209 intent = new Intent(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED); in broadcastSimInfoContentChanged()
1192 Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_SMS_SUBSCRIPTION_CHANGED); in broadcastDefaultSmsSubIdChanged()
1221 Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED); in broadcastDefaultVoiceSubIdChanged()
1300 Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED); in broadcastDefaultDataSubIdChanged()
1326 Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_SUBSCRIPTION_CHANGED); in setDefaultFallbackSubId()
DPhoneFactory.java283 Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_SUBSCRIPTION_CHANGED); in setDefaultSubscription()
DPhoneProxy.java261 Intent intent = new Intent(TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED); in phoneObjectUpdater()
/frameworks/base/services/core/java/com/android/server/
DNetworkTimeUpdateService.java39 import com.android.internal.telephony.TelephonyIntents;
128 intentFilter.addAction(TelephonyIntents.ACTION_NETWORK_SET_TIME); in registerForTelephonyIntents()
129 intentFilter.addAction(TelephonyIntents.ACTION_NETWORK_SET_TIMEZONE); in registerForTelephonyIntents()
236 if (TelephonyIntents.ACTION_NETWORK_SET_TIME.equals(action)) {
238 } else if (TelephonyIntents.ACTION_NETWORK_SET_TIMEZONE.equals(action)) {
DTelephonyRegistry.java63 import com.android.internal.telephony.TelephonyIntents;
251 } else if (action.equals(TelephonyIntents.ACTION_DEFAULT_SUBSCRIPTION_CHANGED)) {
335 filter.addAction(TelephonyIntents.ACTION_DEFAULT_SUBSCRIPTION_CHANGED); in systemRunning()
1301 Intent intent = new Intent(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED); in broadcastServiceStateChanged()
1320 Intent intent = new Intent(TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED); in broadcastSignalStrengthChanged()
1361 Intent intent = new Intent(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED); in broadcastDataConnectionStateChanged()
1390 Intent intent = new Intent(TelephonyIntents.ACTION_DATA_CONNECTION_FAILED); in broadcastDataConnectionFailed()
/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.java52 import com.android.internal.telephony.TelephonyIntents;
1403 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in startListeningForSimChanges()
/frameworks/base/core/java/android/net/
DMobileDataStateTracker.java40 import com.android.internal.telephony.TelephonyIntents;
113 filter.addAction(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED); in startMonitoring()
114 filter.addAction(TelephonyIntents.ACTION_DATA_CONNECTION_CONNECTED_TO_PROVISIONING_APN); in startMonitoring()
115 filter.addAction(TelephonyIntents.ACTION_DATA_CONNECTION_FAILED); in startMonitoring()
213 if (intent.getAction().equals(TelephonyIntents. in onReceive()
233 } else if (intent.getAction().equals(TelephonyIntents. in onReceive()
346 equals(TelephonyIntents.ACTION_DATA_CONNECTION_FAILED)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkControllerImpl.java56 import com.android.internal.telephony.TelephonyIntents;
205 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in registerListeners()
206 filter.addAction(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED); in registerListeners()
207 filter.addAction(TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED); in registerListeners()
208 filter.addAction(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in registerListeners()
387 } else if (action.equals(TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED)) { in onReceive()
390 } else if (action.equals(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED)) { in onReceive()
396 } else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) { in onReceive()
1274 if (action.equals(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION)) { in handleBroadcast()
1275 updateNetworkName(intent.getBooleanExtra(TelephonyIntents.EXTRA_SHOW_SPN, false), in handleBroadcast()
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java28 public class TelephonyIntents { class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java34 import com.android.internal.telephony.TelephonyIntents;
97 else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
123 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in PhoneStatusBarPolicy()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java70 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); in GsmServiceStateTracker()
654 Intent intent = new Intent(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in updateSpnDisplay()
656 intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, showSpn); in updateSpnDisplay()
657 intent.putExtra(TelephonyIntents.EXTRA_SPN, spn); in updateSpnDisplay()
658 intent.putExtra(TelephonyIntents.EXTRA_SHOW_PLMN, showPlmn); in updateSpnDisplay()
659 intent.putExtra(TelephonyIntents.EXTRA_PLMN, plmn); in updateSpnDisplay()
1868 Intent intent = new Intent(TelephonyIntents.ACTION_NETWORK_SET_TIMEZONE); in setAndBroadcastNetworkSetTimeZone()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaServiceStateTracker.java57 import com.android.internal.telephony.TelephonyIntents;
581 Intent intent = new Intent(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in updateSpnDisplay()
583 intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, false); in updateSpnDisplay()
584 intent.putExtra(TelephonyIntents.EXTRA_SPN, ""); in updateSpnDisplay()
585 intent.putExtra(TelephonyIntents.EXTRA_SHOW_PLMN, showPlmn); in updateSpnDisplay()
586 intent.putExtra(TelephonyIntents.EXTRA_PLMN, plmn); in updateSpnDisplay()
1760 Intent intent = new Intent(TelephonyIntents.ACTION_NETWORK_SET_TIMEZONE); in setAndBroadcastNetworkSetTimeZone()
1775 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.java66 import com.android.internal.telephony.TelephonyIntents;
1066 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in sendEmergencyCallbackModeChange()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DGlobalActions.java21 import com.android.internal.telephony.TelephonyIntents;
139 filter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in GlobalActions()
232 new Intent(TelephonyIntents.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS, null); in createDialog()
982 } else if (TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED.equals(action)) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerSignalTest.java17 import com.android.internal.telephony.TelephonyIntents;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java53 import com.android.internal.telephony.TelephonyIntents;
450 } else if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)) {
533 if (!TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(intent.getAction())) { in fromIntent()
692 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in KeyguardUpdateMonitor()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java42 import com.android.internal.telephony.TelephonyIntents;
476 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastIccStateChangedIntent()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java69 import com.android.internal.telephony.TelephonyIntents;
1350 } else if (action.equals(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED)) {
1382 intentFilter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in registerForBroadcasts()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java80 import com.android.internal.telephony.TelephonyIntents;
1134 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in sendEmergencyCallbackModeChange()

12