Home
last modified time | relevance | path

Searched refs:PROPERTY_INECM_MODE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyProperties.java121 static final String PROPERTY_INECM_MODE = "ril.cdma.inecmmode"; field
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DAirplaneModeTile.java72 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) { in handleClick()
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java233 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) { in createDialog()
251 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE)))) { in createDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java281 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) { in createDialog()
299 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE)))) { in createDialog()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java2215 return SystemProperties.getBoolean(TelephonyProperties.PROPERTY_INECM_MODE, false); in getInEcmMode()
2228 setGlobalSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, String.valueOf(isInEcm)); in setIsInEcm()