Searched refs:newtech (Results 1 – 1 of 1) sorted by relevance
252 static void setRadioTechnology(ModemInfo *mdm, int newtech);2566 setRadioTechnology(ModemInfo *mdm, int newtech) argument2568 RLOGD("setRadioTechnology(%d)", newtech);2572 if (newtech != oldtech) {2573 RLOGD("Tech change (%d => %d)", oldtech, newtech);2574 TECH(mdm) = newtech;2575 if (techFromModemType(newtech) != techFromModemType(oldtech)) {