Searched refs:WFC_IMS_ENABLED (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsManagerTest.java | 145 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/ |
D | SubscriptionControllerTest.java | 331 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()
|
D | FakeTelephonyProvider.java | 98 + SubscriptionManager.WFC_IMS_ENABLED + " INTEGER DEFAULT -1," in getStringForSimInfoTableCreation()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsManager.java | 916 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/ |
D | SubscriptionController.java | 2585 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/ |
D | SettingsBackupTest.java | 513 Settings.Global.WFC_IMS_ENABLED,
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 674 public static final String WFC_IMS_ENABLED = "wfc_ims_enabled"; field in SubscriptionManager
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 13339 public static final String WFC_IMS_ENABLED = SubscriptionManager.WFC_IMS_ENABLED; field in Settings.Global
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProtoDumpUtil.java | 1451 Settings.Global.WFC_IMS_ENABLED, in dumpProtoGlobalSettingsLocked()
|