static isCidProbeBoxWithScreen(List<int> cid) { return cid[0] == cidProbeBoxWithScreen[0] && cid[1] == cidProbeBoxWithScreen[1]; }