Searched refs:newtech (Results 1 – 1 of 1) sorted by relevance
282 static void setRadioTechnology(ModemInfo *mdm, int newtech);3048 setRadioTechnology(ModemInfo *mdm, int newtech) argument3050 RLOGD("setRadioTechnology(%d)", newtech);3054 if (newtech != oldtech) {3055 RLOGD("Tech change (%d => %d)", oldtech, newtech);3056 TECH(mdm) = newtech;3057 if (techFromModemType(newtech) != techFromModemType(oldtech)) {