Searched refs:LCE_NOT_SUPPORTED (Results 1 – 2 of 2) sorted by relevance
63 LCE_NOT_SUPPORTED, enumConstant202 case RILConstants.LCE_NOT_SUPPORTED: in fromRilErrno()203 return new CommandException(Error.LCE_NOT_SUPPORTED); in fromRilErrno()
78 int LCE_NOT_SUPPORTED = 36; /* Link Capacity Estimation (LCE) not supported */ field