Searched defs:stateInt (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java816 private CommandsInterface.RadioState getRadioStateFromInt(int stateInt) { argument
819 switch(stateInt) {
830 throw new RuntimeException("Unrecognized RadioState: " + stateInt);

Completed in 50 milliseconds