Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DNetworkInterface.java490 int colonIdx = niName.indexOf(':'); in getAll() local
491 if (colonIdx != -1) { in getAll()
493 String parentName = niName.substring(0, colonIdx); in getAll()