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