Searched refs:channelPieces (Results 1 – 1 of 1) sorted by relevance
2014 String[] channelPieces = unparsedChannels[i].split(","); in onCommand() local2016 if (channelPieces.length != 3) { in onCommand()2019 + "but found one with " + channelPieces.length); in onCommand()2026 Integer.parseInt(channelPieces[0]); in onCommand()2027 channelInfo.channelCfi = Integer.parseInt(channelPieces[1]); in onCommand()2028 channelInfo.maxEirpDbm = Integer.parseInt(channelPieces[2]); in onCommand()