static isProbeAndBox(List<int> cid) { return isCidProbe(cid) || isCidProbeBox(cid) || isCidProbeBoxWithScreen(cid); }