/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
D | CustomConfigLoader.java | 27 import com.android.internal.telephony.TelephonyIntents; 84 case TelephonyIntents.ACTION_CARRIER_SIGNAL_REDIRECTED: in loadCarrierActionList() 88 case TelephonyIntents.ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED: in loadCarrierActionList() 91 arg1 = intent.getStringExtra(TelephonyIntents.EXTRA_APN_TYPE_KEY); in loadCarrierActionList() 92 arg2 = intent.getStringExtra(TelephonyIntents.EXTRA_ERROR_CODE_KEY); in loadCarrierActionList() 94 case TelephonyIntents.ACTION_CARRIER_SIGNAL_RESET: in loadCarrierActionList()
|
D | ProvisionObserver.java | 32 import com.android.internal.telephony.TelephonyIntents; 96 case TelephonyIntents.ACTION_CARRIER_SIGNAL_REDIRECTED: in isDeferredForProvision()
|
D | CaptivePortalLoginActivity.java | 49 import com.android.internal.telephony.TelephonyIntents; 191 String url = getIntent().getStringExtra(TelephonyIntents.EXTRA_REDIRECTION_URL_KEY); in getUrlForCaptivePortal()
|
/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 | CarrierSignalAgent.java | 91 TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE, 92 TelephonyIntents.ACTION_CARRIER_SIGNAL_REDIRECTED, 93 TelephonyIntents.ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED, 94 TelephonyIntents.ACTION_CARRIER_SIGNAL_RESET)); 107 new Intent(TelephonyIntents.ACTION_CARRIER_SIGNAL_RESET));
|
D | CarrierActionAgent.java | 79 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)){ 80 if (intent.getBooleanExtra(TelephonyIntents.EXTRA_REBROADCAST_ON_UNLOCK, false)) { 110 new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED)); in CarrierActionAgent() 142 new Intent(TelephonyIntents.ACTION_CARRIER_SIGNAL_RESET)); in handleMessage()
|
D | SimActivationTracker.java | 82 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)){ in SimActivationTracker() 93 IntentFilter intentFilter = new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in SimActivationTracker()
|
D | ProxyController.java | 346 Intent intent = new Intent(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_FAILED); in onStartRadioCapabilityResponse() 552 intent = new Intent(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_DONE); in completeRadioCapabilityTransaction() 553 intent.putParcelableArrayListExtra(TelephonyIntents.EXTRA_RADIO_ACCESS_FAMILY, in completeRadioCapabilityTransaction() 562 intent = new Intent(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_FAILED); in completeRadioCapabilityTransaction()
|
D | SubscriptionInfoUpdater.java | 124 IntentFilter intentFilter = new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in SubscriptionInfoUpdater() 179 i.putExtra(TelephonyIntents.EXTRA_REBROADCAST_ON_UNLOCK, true); 189 if (!action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED) && 205 if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) { 670 Intent i = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastSimStateChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | CarrierText.java | 40 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()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccStateChangedLauncherTest.java | 28 import com.android.internal.telephony.TelephonyIntents; 114 assertEquals(TelephonyIntents.ACTION_SIM_STATE_CHANGED, in testProvisioningPackageSet() 126 assertEquals(TelephonyIntents.ACTION_SIM_STATE_CHANGED, in testProvisioningPackageSet() 142 assertEquals(TelephonyIntents.ACTION_SIM_STATE_CHANGED, in testProvisioningPackageSet()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | EmergencyCryptkeeperText.java | 36 import com.android.internal.telephony.TelephonyIntents; 131 new IntentFilter(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION)); in update() 133 displayText = i.getStringExtra(TelephonyIntents.EXTRA_PLMN); in update()
|
D | MobileSignalController.java | 36 import com.android.internal.telephony.TelephonyIntents; 357 if (action.equals(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION)) { in handleBroadcast() 358 updateNetworkName(intent.getBooleanExtra(TelephonyIntents.EXTRA_SHOW_SPN, false), in handleBroadcast() 359 intent.getStringExtra(TelephonyIntents.EXTRA_SPN), in handleBroadcast() 360 intent.getStringExtra(TelephonyIntents.EXTRA_DATA_SPN), in handleBroadcast() 361 intent.getBooleanExtra(TelephonyIntents.EXTRA_SHOW_PLMN, false), in handleBroadcast() 362 intent.getStringExtra(TelephonyIntents.EXTRA_PLMN)); in handleBroadcast() 364 } else if (action.equals(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED)) { in handleBroadcast()
|
D | NetworkControllerImpl.java | 47 import com.android.internal.telephony.TelephonyIntents; 251 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in registerListeners() 252 filter.addAction(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED); in registerListeners() 253 filter.addAction(TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED); in registerListeners() 254 filter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED); in registerListeners() 255 filter.addAction(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in registerListeners() 427 } else if (action.equals(TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED)) { in onReceive() 430 } else if (action.equals(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED)) { in onReceive() 437 } else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) { in onReceive() 440 } else if (action.equals(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED)) { in onReceive()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkTimeUpdateService.java | 42 import com.android.internal.telephony.TelephonyIntents; 141 intentFilter.addAction(TelephonyIntents.ACTION_NETWORK_SET_TIME); in registerForTelephonyIntents() 142 intentFilter.addAction(TelephonyIntents.ACTION_NETWORK_SET_TIMEZONE); in registerForTelephonyIntents() 258 if (TelephonyIntents.ACTION_NETWORK_SET_TIME.equals(action)) { 260 } else if (TelephonyIntents.ACTION_NETWORK_SET_TIMEZONE.equals(action)) {
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | NetworkControllerSignalTest.java | 30 import com.android.internal.telephony.TelephonyIntents; 403 intent.setAction(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in createStringsUpdatedIntent() 405 intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, showSpn); in createStringsUpdatedIntent() 406 intent.putExtra(TelephonyIntents.EXTRA_SPN, spn); in createStringsUpdatedIntent() 408 intent.putExtra(TelephonyIntents.EXTRA_SHOW_PLMN, showPlmn); in createStringsUpdatedIntent() 409 intent.putExtra(TelephonyIntents.EXTRA_PLMN, plmn); in createStringsUpdatedIntent()
|
/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()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccStateChangedLauncher.java | 27 import com.android.internal.telephony.TelephonyIntents; 91 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in notifyStateChanged()
|
/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/ |
D | CarrierDefaultReceiverTest.java | 29 import com.android.internal.telephony.TelephonyIntents; 91 Intent intent = new Intent(TelephonyIntents.ACTION_CARRIER_SIGNAL_REDIRECTED); in testOnReceiveRedirection()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ServiceStateTrackerTest.java | 259 assertEquals(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION, intent.getAction()); in testSpnUpdateShowPlmnOnly() 264 assertTrue(b.containsKey(TelephonyIntents.EXTRA_SHOW_SPN)); in testSpnUpdateShowPlmnOnly() 265 assertFalse(b.getBoolean(TelephonyIntents.EXTRA_SHOW_SPN)); in testSpnUpdateShowPlmnOnly() 267 assertEquals(null, b.getString(TelephonyIntents.EXTRA_SPN)); in testSpnUpdateShowPlmnOnly() 268 assertEquals(null, b.getString(TelephonyIntents.EXTRA_DATA_SPN)); in testSpnUpdateShowPlmnOnly() 271 assertTrue(b.containsKey(TelephonyIntents.EXTRA_SHOW_PLMN)); in testSpnUpdateShowPlmnOnly() 272 assertTrue(b.getBoolean(TelephonyIntents.EXTRA_SHOW_PLMN)); in testSpnUpdateShowPlmnOnly() 274 assertEquals(SimulatedCommands.FAKE_LONG_NAME, b.getString(TelephonyIntents.EXTRA_PLMN)); in testSpnUpdateShowPlmnOnly()
|
D | SubscriptionControllerTest.java | 239 assertEquals(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED, in testChangeSIMProperty() 287 assertEquals(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED, in testSetGetMCCMNC() 304 assertEquals(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED, intent.getAction()); in testSetDefaultDataSubId()
|
D | SubscriptionInfoUpdaterTest.java | 143 Intent mIntent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testSimAbsent() 164 Intent mIntent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testSimUnknown() 183 Intent mIntent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testSimError() 201 Intent mIntent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testWrongSimState()
|
D | CarrierSignalAgentTest.java | 35 import static com.android.internal.telephony.TelephonyIntents.ACTION_CARRIER_SIGNAL_REQUEST_NETWORK… 36 import static com.android.internal.telephony.TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE;
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | TelephonyIntents.java | 29 public class TelephonyIntents { class
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | SubscriptionControllerMock.java | 36 import com.android.internal.telephony.TelephonyIntents; 90 Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED); in broadcastDefaultDataSubIdChanged()
|