Searched defs:nextText (Results 1 – 9 of 9) sorted by relevance
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
D | RemoteXmlPullParser.java | 106 String nextText() throws XmlPullParserException, IOException, RemoteException; in nextText() method
|
/frameworks/base/core/java/com/android/internal/util/ |
D | XmlPullParserWrapper.java | 182 public String nextText() throws XmlPullParserException, IOException { in nextText() method in XmlPullParserWrapper
|
D | BinaryXmlPullParser.java | 369 public String nextText() throws XmlPullParserException, IOException { in nextText() method in BinaryXmlPullParser
|
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
D | RemoteXmlPullParserAdapter.java | 345 public String nextText() throws XmlPullParserException, IOException { in nextText() method in RemoteXmlPullParserAdapter
|
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
D | RemoteXmlPullParserAdapter.java | 226 public String nextText() throws XmlPullParserException, IOException, RemoteException { in nextText() method in RemoteXmlPullParserAdapter
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | LayoutParserWrapper.java | 371 public String nextText() throws XmlPullParserException, IOException { in nextText() method in LayoutParserWrapper
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeXmlBlockParser.java | 368 public String nextText() throws XmlPullParserException, IOException { in nextText() method in BridgeXmlBlockParser
|
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 303 public String nextText() throws XmlPullParserException,IOException { in nextText() method in XmlBlock.Parser
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeHelperTest.java | 2048 public String nextText() throws XmlPullParserException, IOException { in nextText() method in ZenModeHelperTest.XmlResourceParserImpl
|