Searched refs:isRadioOffForThermalMitigation (Results 1 – 1 of 1) sorted by relevance
746 if (isRadioOffForThermalMitigation(phoneId)) { in toTelecomDisconnectCauseDescription()897 private static boolean isRadioOffForThermalMitigation(int phoneId) { in isRadioOffForThermalMitigation() method in DisconnectCauseUtil899 return phone == null ? false : phone.isRadioOffForThermalMitigation(); in isRadioOffForThermalMitigation()