Searched refs:RADIO_NOT_AVAILABLE (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCommandException.java31 RADIO_NOT_AVAILABLE, enum constant in enum:CommandException.Error
58 case RILConstants.RADIO_NOT_AVAILABLE:
59 return new CommandException(Error.RADIO_NOT_AVAILABLE);
H A DCallTracker.java89 == CommandException.Error.RADIO_NOT_AVAILABLE;
H A DRILConstants.java38 int RADIO_NOT_AVAILABLE = 1; /* If radio did not start or is resetting */ field in interface:RILConstants
H A DDataConnection.java142 RADIO_NOT_AVAILABLE(0x10001), enum constant in enum:DataConnection.FailCause
534 == CommandException.Error.RADIO_NOT_AVAILABLE) {
536 result.mFailCause = FailCause.RADIO_NOT_AVAILABLE;
H A DRIL.java311 rr.onError(RADIO_NOT_AVAILABLE, null);
355 rr.onError(RADIO_NOT_AVAILABLE, null);
597 clearRequestsList(RADIO_NOT_AVAILABLE, false);
2108 rr.onError(RADIO_NOT_AVAILABLE, null);
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java451 CommandException.Error.RADIO_NOT_AVAILABLE));
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java728 if (err == CommandException.Error.RADIO_NOT_AVAILABLE) {
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java554 if (err == CommandException.Error.RADIO_NOT_AVAILABLE) {

Completed in 134 milliseconds