Searched refs:REQUEST_CANCELLED (Results 1 – 3 of 3) sorted by relevance
128 REQUEST_CANCELLED, enumConstant332 case RILConstants.REQUEST_CANCELLED: in fromRilErrno()333 return new CommandException(Error.REQUEST_CANCELLED); in fromRilErrno()
1014 case REQUEST_CANCELLED: in rilErrorToSmsManagerResult()
39 int REQUEST_CANCELLED = 7; field