Searched refs:newtech (Results 1 – 1 of 1) sorted by relevance
265 static void setRadioTechnology(ModemInfo *mdm, int newtech);2833 setRadioTechnology(ModemInfo *mdm, int newtech) argument2835 RLOGD("setRadioTechnology(%d)", newtech);2839 if (newtech != oldtech) {2840 RLOGD("Tech change (%d => %d)", oldtech, newtech);2841 TECH(mdm) = newtech;2842 if (techFromModemType(newtech) != techFromModemType(oldtech)) {