Home
last modified time | relevance | path

Searched refs:PROPERTY_MULTI_SIM_CONFIG (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyProperties.java195 static final String PROPERTY_MULTI_SIM_CONFIG = "persist.radio.multisim.config"; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneConfigurationManager.java357 SystemProperties.set(TelephonyProperties.PROPERTY_MULTI_SIM_CONFIG, finalMultiSimConfig); in setMultiSimProperties()
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
DTelecom.java328 System.out.println(SystemProperties.get(TelephonyProperties.PROPERTY_MULTI_SIM_CONFIG)); in runGetSimConfig()