Searched refs:newtech (Results 1 – 1 of 1) sorted by relevance
264 static void setRadioTechnology(ModemInfo *mdm, int newtech);2784 setRadioTechnology(ModemInfo *mdm, int newtech) argument2786 RLOGD("setRadioTechnology(%d)", newtech);2790 if (newtech != oldtech) {2791 RLOGD("Tech change (%d => %d)", oldtech, newtech);2792 TECH(mdm) = newtech;2793 if (techFromModemType(newtech) != techFromModemType(oldtech)) {