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