Searched refs:newtech (Results 1 – 1 of 1) sorted by relevance
422 static void setRadioTechnology(ModemInfo *mdm, int newtech);5227 setRadioTechnology(ModemInfo *mdm, int newtech) argument5229 RLOGD("setRadioTechnology(%d)", newtech);5233 if (newtech != oldtech) {5234 RLOGD("Tech change (%d => %d)", oldtech, newtech);5235 TECH(mdm) = newtech;5236 if (techFromModemType(newtech) != techFromModemType(oldtech)) {