Searched defs:nextTag (Results 1 – 9 of 9) sorted by relevance
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
D | RemoteXmlPullParser.java | 108 int nextTag() throws XmlPullParserException, IOException, RemoteException; in nextTag() method
|
/frameworks/base/core/java/com/android/internal/util/ |
D | XmlPullParserWrapper.java | 186 public int nextTag() throws XmlPullParserException, IOException { in nextTag() method in XmlPullParserWrapper
|
D | BinaryXmlPullParser.java | 389 public int nextTag() throws XmlPullParserException, IOException { in nextTag() method in BinaryXmlPullParser
|
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
D | RemoteXmlPullParserAdapter.java | 350 public int nextTag() throws XmlPullParserException, IOException { in nextTag() method in RemoteXmlPullParserAdapter
|
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
D | RemoteXmlPullParserAdapter.java | 231 public int nextTag() throws XmlPullParserException, IOException, RemoteException { in nextTag() method in RemoteXmlPullParserAdapter
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | LayoutParserWrapper.java | 376 public int nextTag() throws XmlPullParserException, IOException { in nextTag() method in LayoutParserWrapper
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeXmlBlockParser.java | 395 public int nextTag() throws XmlPullParserException, IOException { in nextTag() method in BridgeXmlBlockParser
|
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 327 public int nextTag() throws XmlPullParserException,IOException { in nextTag() method in XmlBlock.Parser
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeHelperTest.java | 2181 public int nextTag() throws IOException, XmlPullParserException { in nextTag() method in ZenModeHelperTest.XmlResourceParserImpl
|