Home
last modified time | relevance | path

Searched refs:ACTION_MULTI_SIM_CONFIG_CHANGED (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneConfigurationManagerTest.java19 import static android.telephony.TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED;
181 assertEquals(ACTION_MULTI_SIM_CONFIG_CHANGED, intent.getAction()); in testSwitchMultiSimConfig_dsdsCapable_noRebootRequired()
DTelephonyRegistryTest.java24 import static android.telephony.TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED;
288 mContext.sendBroadcast(new Intent(ACTION_MULTI_SIM_CONFIG_CHANGED)); in testMultiSimConfigChange()
295 mContext.sendBroadcast(new Intent(ACTION_MULTI_SIM_CONFIG_CHANGED)); in testMultiSimConfigChange()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneConfigurationManager.java19 import static android.telephony.TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED;
411 Intent intent = new Intent(ACTION_MULTI_SIM_CONFIG_CHANGED); in broadcastMultiSimConfigChange()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java20 import static android.telephony.TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED;
434 } else if (action.equals(ACTION_MULTI_SIM_CONFIG_CHANGED)) {
623 filter.addAction(ACTION_MULTI_SIM_CONFIG_CHANGED); in systemRunning()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java1018 public static final String ACTION_MULTI_SIM_CONFIG_CHANGED = field in TelephonyManager
/frameworks/base/non-updatable-api/
Dcurrent.txt45978 …field public static final String ACTION_MULTI_SIM_CONFIG_CHANGED = "android.telephony.action.MULTI…
/frameworks/base/api/
Dcurrent.txt46122 …field public static final String ACTION_MULTI_SIM_CONFIG_CHANGED = "android.telephony.action.MULTI…