HomeSort by relevance Sort by last modified time
    Searched defs:RADIO_NOT_AVAILABLE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandException.java 31 RADIO_NOT_AVAILABLE,
58 case RILConstants.RADIO_NOT_AVAILABLE:
59 return new CommandException(Error.RADIO_NOT_AVAILABLE);
DataConnection.java 142 RADIO_NOT_AVAILABLE(0x10001),
526 == CommandException.Error.RADIO_NOT_AVAILABLE) {
528 result.mFailCause = FailCause.RADIO_NOT_AVAILABLE;
    [all...]
RILConstants.java 38 int RADIO_NOT_AVAILABLE = 1; /* If radio did not start or is resetting */

Completed in 24 milliseconds