Home
last modified time | relevance | path

Searched refs:PROPERTY_MULTI_SIM_CONFIG (Results 1 – 2 of 2) 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/base/telephony/java/android/telephony/
DTelephonyManager.java93 SystemProperties.get(TelephonyProperties.PROPERTY_MULTI_SIM_CONFIG);
158 SystemProperties.get(TelephonyProperties.PROPERTY_MULTI_SIM_CONFIG); in getMultiSimConfiguration()