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 36 int RADIO_NOT_AVAILABLE = 1; /* If radio did not start or is resetting */
DataConnection.java 181 RADIO_NOT_AVAILABLE;
235 case RADIO_NOT_AVAILABLE:
403 == CommandException.Error.RADIO_NOT_AVAILABLE) {
405 result.mFailCause = FailCause.RADIO_NOT_AVAILABLE;
    [all...]
RIL.java 309 rr.onError(RADIO_NOT_AVAILABLE, null);
350 rr.onError(RADIO_NOT_AVAILABLE, null);
564 rr.onError(RADIO_NOT_AVAILABLE, null);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 456 CommandException.Error.RADIO_NOT_AVAILABLE));
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 644 if (err == CommandException.Error.RADIO_NOT_AVAILABLE) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 634 if (err == CommandException.Error.RADIO_NOT_AVAILABLE) {
    [all...]

Completed in 2029 milliseconds