Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java211 private static final String DATA_ENABLED_PROP = "net.lte.ims.data.enabled"; field in ImsManager
2469 return SystemProperties.getBoolean(DATA_ENABLED_PROP, true); in isDataEnabled()
2478 SystemProperties.set(DATA_ENABLED_PROP, enabled ? TRUE : FALSE); in setDataEnabled()