Searched refs:NO_SMS_TO_ACK (Results 1 – 3 of 3) sorted by relevance
85 NO_SMS_TO_ACK, enumConstant255 case RILConstants.NO_SMS_TO_ACK: in fromRilErrno()256 return new CommandException(Error.NO_SMS_TO_ACK); in fromRilErrno()
1214 || rilError == CommandException.Error.NO_SMS_TO_ACK in rilErrorToSmsManagerResult()1288 case NO_SMS_TO_ACK: in rilErrorToSmsManagerResult()
93 int NO_SMS_TO_ACK = 48; /* ACK received when there is no SMS to ack */ field