HomeSort by relevance Sort by last modified time
    Searched refs:NO_SMS_TO_ACK (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandException.java 75 NO_SMS_TO_ACK,
226 case RILConstants.NO_SMS_TO_ACK:
227 return new CommandException(Error.NO_SMS_TO_ACK);
  /frameworks/base/telephony/java/com/android/internal/telephony/
RILConstants.java 90 int NO_SMS_TO_ACK = 48; /* ACK received when there is no SMS to ack */
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_sms.cpp 174 {RadioError::INVALID_ARGUMENTS, RadioError::NO_SMS_TO_ACK},
  /hardware/interfaces/radio/1.0/
types.hal 101 NO_SMS_TO_ACK = 48, // ACK received when there is no SMS to ack
    [all...]

Completed in 321 milliseconds