Home
last modified time | relevance | path

Searched refs:WFC_IMS_ENABLED (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsManagerTest.java145 eq(SubscriptionManager.WFC_IMS_ENABLED), in testGetDefaultValues()
214 eq(SubscriptionManager.WFC_IMS_ENABLED), in testSetValues()
456 eq(SubscriptionManager.WFC_IMS_ENABLED), in testSetWfcMode_wfcEnabledShouldSetWfcModeRoamingEnabled()
502 eq(SubscriptionManager.WFC_IMS_ENABLED), in testSetWfcMode_WfcDisabledShouldNotSetWfcModeRoamingEnabled()
536 eq(SubscriptionManager.WFC_IMS_ENABLED), in testSetWfcMode_shouldSetWfcModeRoamingDisabledUserEnabled()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionControllerTest.java331 Settings.Global.WFC_IMS_ENABLED, in testMigrateImsSettings()
352 Settings.Global.WFC_IMS_ENABLED)); in testMigrateImsSettings()
373 SubscriptionManager.WFC_IMS_ENABLED, in testMigrateImsSettings()
408 Settings.Global.WFC_IMS_ENABLED, in testSkipMigrateImsSettings()
431 Settings.Global.WFC_IMS_ENABLED)); in testSkipMigrateImsSettings()
DFakeTelephonyProvider.java98 + SubscriptionManager.WFC_IMS_ENABLED + " INTEGER DEFAULT -1," in getStringForSimInfoTableCreation()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java916 getSubId(), SubscriptionManager.WFC_IMS_ENABLED, in isWfcEnabledByUser()
953 SubscriptionManager.setSubscriptionProperty(subId, SubscriptionManager.WFC_IMS_ENABLED, in setWfcSetting()
2683 SubscriptionManager.WFC_IMS_ENABLED, in factoryReset()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java2585 case SubscriptionManager.WFC_IMS_ENABLED: in setSubscriptionPropertyIntoContentResolver()
2653 case SubscriptionManager.WFC_IMS_ENABLED: in getSubscriptionProperty()
2767 Settings.Global.WFC_IMS_ENABLED, in migrateImsSettings()
2768 SubscriptionManager.WFC_IMS_ENABLED); in migrateImsSettings()
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsBackupTest.java513 Settings.Global.WFC_IMS_ENABLED,
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java674 public static final String WFC_IMS_ENABLED = "wfc_ims_enabled"; field in SubscriptionManager
/frameworks/base/core/java/android/provider/
DSettings.java13339 public static final String WFC_IMS_ENABLED = SubscriptionManager.WFC_IMS_ENABLED; field in Settings.Global
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java1451 Settings.Global.WFC_IMS_ENABLED, in dumpProtoGlobalSettingsLocked()