Home
last modified time | relevance | path

Searched refs:channelPieces (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java2014 String[] channelPieces = unparsedChannels[i].split(","); in onCommand() local
2016 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()