Searched refs:DATA_ENABLED_PROP (Results 1 – 1 of 1) sorted by relevance
211 private static final String DATA_ENABLED_PROP = "net.lte.ims.data.enabled"; field in ImsManager2469 return SystemProperties.getBoolean(DATA_ENABLED_PROP, true); in isDataEnabled()2478 SystemProperties.set(DATA_ENABLED_PROP, enabled ? TRUE : FALSE); in setDataEnabled()