Home | History | Annotate | Download | only in settings

Lines Matching refs:newValue

899             boolean newValue = !isImsRegRequired();
901 newValue ? "1":"0");
925 boolean newValue = !isSmsOverImsEnabled();
926 SystemProperties.set(PROPERTY_SMS_OVER_IMS, newValue ? "1":"0");
950 boolean newValue = !isLteRamDumpEnabled();
951 SystemProperties.set(PROPERTY_LTE_RAM_DUMP, newValue ? "1":"0");