Searched refs:REQUEST_CANCELLED (Results 1 – 3 of 3) sorted by relevance
127 REQUEST_CANCELLED, enumConstant326 case RILConstants.REQUEST_CANCELLED: in fromRilErrno()327 return new CommandException(Error.REQUEST_CANCELLED); in fromRilErrno()
843 case REQUEST_CANCELLED: in rilErrorToSmsManagerResult()
39 int REQUEST_CANCELLED = 7; field