Searched refs:NO_SMS_TO_ACK (Results 1 – 2 of 2) sorted by relevance
76 NO_SMS_TO_ACK, enumConstant227 case RILConstants.NO_SMS_TO_ACK: in fromRilErrno()228 return new CommandException(Error.NO_SMS_TO_ACK); in fromRilErrno()
89 int NO_SMS_TO_ACK = 48; /* ACK received when there is no SMS to ack */ field