HomeSort by relevance Sort by last modified time
    Searched refs:RADIO_NOT_AVAILABLE (Results 1 - 8 of 8) 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);
CallTracker.java 84 == CommandException.Error.RADIO_NOT_AVAILABLE;
RILConstants.java 38 int RADIO_NOT_AVAILABLE = 1; /* If radio did not start or is resetting */
DataConnection.java 136 RADIO_NOT_AVAILABLE(0x10001),
475 == CommandException.Error.RADIO_NOT_AVAILABLE) {
477 result.mFailCause = FailCause.RADIO_NOT_AVAILABLE;
    [all...]
RIL.java 304 rr.onError(RADIO_NOT_AVAILABLE, null);
348 rr.onError(RADIO_NOT_AVAILABLE, null);
590 clearRequestsList(RADIO_NOT_AVAILABLE, false);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 451 CommandException.Error.RADIO_NOT_AVAILABLE));
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 683 if (err == CommandException.Error.RADIO_NOT_AVAILABLE) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 538 if (err == CommandException.Error.RADIO_NOT_AVAILABLE) {
    [all...]

Completed in 65 milliseconds