Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java1977 String[] frequencyPieces = unparsedFrequencies[i].split(","); in onCommand() local
1979 if (frequencyPieces.length != 3) { in onCommand()
1982 + "but found one with " + frequencyPieces.length); in onCommand()
1989 Integer.parseInt(frequencyPieces[0]); in onCommand()
1991 Integer.parseInt(frequencyPieces[1]); in onCommand()
1993 Integer.parseInt(frequencyPieces[2]); in onCommand()