Searched refs:SS_MODIFIED_TO_DIAL (Results 1 – 8 of 8) sorted by relevance
62 SS_MODIFIED_TO_DIAL, enumConstant200 case RILConstants.SS_MODIFIED_TO_DIAL: in fromRilErrno()201 return new CommandException(Error.SS_MODIFIED_TO_DIAL); in fromRilErrno()
680 * RadioError:SS_MODIFIED_TO_DIAL702 * RadioError:SS_MODIFIED_TO_DIAL729 * RadioError:SS_MODIFIED_TO_DIAL752 * RadioError:SS_MODIFIED_TO_DIAL782 * RadioError:SS_MODIFIED_TO_DIAL804 * RadioError:SS_MODIFIED_TO_DIAL882 * RadioError:SS_MODIFIED_TO_DIAL904 * RadioError:SS_MODIFIED_TO_DIAL927 * RadioError:SS_MODIFIED_TO_DIAL1131 * RadioError:SS_MODIFIED_TO_DIAL
83 SS_MODIFIED_TO_DIAL = 24, // SS request modified to DIAL
204 } else if (exception.getCommandError() == CommandException.Error.SS_MODIFIED_TO_DIAL) { in onException()
63 int SS_MODIFIED_TO_DIAL = 24; /* SS request modified to DIAL */ field
1353 } else if (err == CommandException.Error.SS_MODIFIED_TO_DIAL) { in getErrorMessage()
1353 } else if (err.getCommandError() == CommandException.Error.SS_MODIFIED_TO_DIAL) { in getMmiErrorMessage()
1434 error = CommandException.Error.SS_MODIFIED_TO_DIAL; in getCommandException()