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

/frameworks/opt/telephony/src/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 DDataConnection.java142 RADIO_NOT_AVAILABLE(0x10001), enum constant in enum:DataConnection.FailCause
554 == CommandException.Error.RADIO_NOT_AVAILABLE) {
556 result.mFailCause = FailCause.RADIO_NOT_AVAILABLE;
H A DRIL.java312 rr.onError(RADIO_NOT_AVAILABLE, null);
356 rr.onError(RADIO_NOT_AVAILABLE, null);
598 clearRequestsList(RADIO_NOT_AVAILABLE, false);
2113 rr.onError(RADIO_NOT_AVAILABLE, null);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRILConstants.java38 int RADIO_NOT_AVAILABLE = 1; /* If radio did not start or is resetting */ field in interface:RILConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java451 CommandException.Error.RADIO_NOT_AVAILABLE));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java727 if (err == CommandException.Error.RADIO_NOT_AVAILABLE) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java590 if (err == CommandException.Error.RADIO_NOT_AVAILABLE) {

Completed in 121 milliseconds