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