/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneStateIntentReceiver.java | 136 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()
|
D | ProxyController.java | 40 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()
|
D | SubscriptionInfoUpdater.java | 102 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()
|
D | SubscriptionController.java | 207 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()
|
D | PhoneFactory.java | 283 Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_SUBSCRIPTION_CHANGED); in setDefaultSubscription()
|
D | PhoneProxy.java | 261 Intent intent = new Intent(TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED); in phoneObjectUpdater()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkTimeUpdateService.java | 39 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)) {
|
D | TelephonyRegistry.java | 63 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/ |
D | DataConnectionStats.java | 33 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()
|
D | Tethering.java | 52 import com.android.internal.telephony.TelephonyIntents; 1403 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in startListeningForSimChanges()
|
/frameworks/base/core/java/android/net/ |
D | MobileDataStateTracker.java | 40 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/ |
D | NetworkControllerImpl.java | 56 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/ |
D | TelephonyIntents.java | 28 public class TelephonyIntents { class
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | 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); in PhoneStatusBarPolicy()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | 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); 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/ |
D | CdmaServiceStateTracker.java | 57 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()
|
D | CDMALTEPhone.java | 63 import com.android.internal.telephony.TelephonyIntents;
|
D | CdmaLteServiceStateTracker.java | 26 import com.android.internal.telephony.TelephonyIntents;
|
D | CDMAPhone.java | 66 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/ |
D | GlobalActions.java | 21 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/ |
D | NetworkControllerSignalTest.java | 17 import com.android.internal.telephony.TelephonyIntents;
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 53 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/ |
D | IccCardProxy.java | 42 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/ |
D | WifiServiceImpl.java | 69 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/ |
D | ImsPhone.java | 80 import com.android.internal.telephony.TelephonyIntents; 1134 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in sendEmergencyCallbackModeChange()
|