HomeSort by relevance Sort by last modified time
    Searched defs:atIndex (Results 1 - 3 of 3) sorted by null

  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 363 int atIndex = projection.lastIndexOf('@', projection.length());
364 if (atIndex >= 0) {
365 mAttributeNames[i] = projection.substring(atIndex+1);
366 projection = projection.substring(0, atIndex);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 240 int atIndex = accountName.indexOf('@');
241 if (atIndex != -1 && atIndex < accountName.length() - 2) {
243 accountName.charAt(atIndex + 1));
244 row[i] = firstLetter + accountName.substring(atIndex + 2);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 121 milliseconds