Searched refs:newtech (Results 1 – 1 of 1) sorted by relevance
250 static void setRadioTechnology(ModemInfo *mdm, int newtech);2430 setRadioTechnology(ModemInfo *mdm, int newtech) argument2432 RLOGD("setRadioTechnology(%d)", newtech);2436 if (newtech != oldtech) {2437 RLOGD("Tech change (%d => %d)", oldtech, newtech);2438 TECH(mdm) = newtech;2439 if (techFromModemType(newtech) != techFromModemType(oldtech)) {