Home
last modified time | relevance | path

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

/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DXmlDocumentProvider.java363 int atIndex = projection.lastIndexOf('@', projection.length()); in createProjectionPattern() local
364 if (atIndex >= 0) { in createProjectionPattern()
365 mAttributeNames[i] = projection.substring(atIndex+1); in createProjectionPattern()
366 projection = projection.substring(0, atIndex); in createProjectionPattern()