Searched refs:colonIdx (Results 1 – 1 of 1) sorted by relevance
490 int colonIdx = niName.indexOf(':'); in getAll() local491 if (colonIdx != -1) { in getAll()493 String parentName = niName.substring(0, colonIdx); in getAll()