static String ccidtoNativecid(String ccid, int convType) { return convType == 1 ? "c2c_$ccid" : "group_$ccid"; }