HomeSort by relevance Sort by last modified time
    Searched refs:mAttributeNames (Results 1 - 2 of 2) sorted by null

  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 335 private String[] mAttributeNames;
355 mAttributeNames = new String[mNumberOfProjections];
365 mAttributeNames[i] = projection.substring(atIndex+1);
368 mAttributeNames[i] = null;
434 String attribute = mAttributeNames[i];
  /libcore/ojluni/src/main/java/sun/security/x509/
NetscapeCertTypeExtension.java 110 private static final Vector<String> mAttributeNames = new Vector<String>();
113 mAttributeNames.add(entry.mName);
285 return mAttributeNames.elements();

Completed in 2887 milliseconds