Searched refs:atIndex (Results 1 – 1 of 1) sorted by relevance
363 int atIndex = projection.lastIndexOf('@', projection.length()); in createProjectionPattern() local364 if (atIndex >= 0) { in createProjectionPattern()365 mAttributeNames[i] = projection.substring(atIndex+1); in createProjectionPattern()366 projection = projection.substring(0, atIndex); in createProjectionPattern()