HomeSort by relevance Sort by last modified time
    Searched defs:INVALID_CALL_ID (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandException.java 74 INVALID_CALL_ID,
224 case RILConstants.INVALID_CALL_ID:
225 return new CommandException(Error.INVALID_CALL_ID);
  /frameworks/base/telephony/java/com/android/internal/telephony/
RILConstants.java 89 int INVALID_CALL_ID = 47; /* Received invalid call id in request */

Completed in 62 milliseconds