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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowXmlBlock.java 109 protected static int nativeNext(int state) throws XmlPullParserException {
110 return (int)nativeNext((long)state);
114 protected static int nativeNext(long state) throws XmlPullParserException {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
XmlResourceParserImpl.java 365 int ev = nativeNext();
390 * A twin implementation of the native android nativeNext(status)
394 private int nativeNext() throws XmlPullParserException {

Completed in 4978 milliseconds