Home
last modified time | relevance | path

Searched defs:nextText (Results 1 – 7 of 7) sorted by relevance

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteXmlPullParser.java106 String nextText() throws XmlPullParserException, IOException, RemoteException; in nextText() method
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteXmlPullParserAdapter.java345 public String nextText() throws XmlPullParserException, IOException { in nextText() method in RemoteXmlPullParserAdapter
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteXmlPullParserAdapter.java226 public String nextText() throws XmlPullParserException, IOException, RemoteException { in nextText() method in RemoteXmlPullParserAdapter
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java369 public String nextText() throws XmlPullParserException, IOException { in nextText() method in LayoutParserWrapper
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeXmlBlockParser.java361 public String nextText() throws XmlPullParserException, IOException { in nextText() method in BridgeXmlBlockParser
/frameworks/base/core/java/android/content/res/
DXmlBlock.java292 public String nextText() throws XmlPullParserException,IOException { in nextText() method in XmlBlock.Parser
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1528 public String nextText() throws XmlPullParserException, IOException { in nextText() method in ZenModeHelperTest.XmlResourceParserImpl