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

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

Completed in 45 milliseconds