Searched refs:INTERNAL_ERR (Results 1 – 2 of 2) sorted by relevance
66 INTERNAL_ERR, enumConstant207 case RILConstants.INTERNAL_ERR: in fromRilErrno()208 return new CommandException(Error.INTERNAL_ERR); in fromRilErrno()
79 int INTERNAL_ERR = 38; /* Hit unexpected vendor internal error scenario */ field