HomeSort by relevance Sort by last modified time
    Searched refs:XmlPullParserException (Results 251 - 275 of 880) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/preference/
GenericInflater.java 24 import org.xmlpull.v1.XmlPullParserException;
335 } catch (XmlPullParserException e) {
463 throws XmlPullParserException, IOException {
515 final AttributeSet attrs) throws XmlPullParserException {
  /frameworks/base/graphics/java/android/graphics/drawable/
StateListDrawable.java 22 import org.xmlpull.v1.XmlPullParserException;
115 throws XmlPullParserException, IOException {
157 Theme theme) throws XmlPullParserException, IOException {
189 throw new XmlPullParserException(
InsetDrawable.java 22 import org.xmlpull.v1.XmlPullParserException;
134 throws XmlPullParserException, IOException {
159 } catch (XmlPullParserException e) {
167 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException {
171 throw new XmlPullParserException(a.getPositionDescription()
  /frameworks/base/services/core/java/com/android/server/firewall/
StringFilter.java 24 import org.xmlpull.v1.XmlPullParserException;
48 * contains, etc. Otherwise, an XmlPullParserException will be thrown.
55 throws IOException, XmlPullParserException {
62 throw new XmlPullParserException("Multiple string filter attributes found");
133 throws IOException, XmlPullParserException {
  /packages/apps/Launcher3/src/com/android/launcher3/
DefaultLayoutParser.java 24 import org.xmlpull.v1.XmlPullParserException;
208 public long parseAndAdd(XmlResourceParser parser) throws XmlPullParserException,
236 public long parseAndAdd(XmlResourceParser parser) throws XmlPullParserException,
262 public long parseAndAdd(XmlResourceParser parser) throws XmlPullParserException,
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
WidgetTestUtils.java 36 import org.xmlpull.v1.XmlPullParserException;
92 * @throws XmlPullParserException if XML Pull Parser related faults occur.
96 throws XmlPullParserException, IOException {
107 throw new XmlPullParserException("Unexpected start tag: found " + parser.getName()
  /cts/tests/signature/intent-check/src/android/signature/cts/intent/
IntentTest.java 37 import org.xmlpull.v1.XmlPullParserException;
120 } catch (XmlPullParserException | IOException e) {
126 throws XmlPullParserException, IOException {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ColorDrawableTest.java 43 import org.xmlpull.v1.XmlPullParserException;
111 public void testInflate() throws XmlPullParserException, IOException {
122 } catch (XmlPullParserException e) {
  /development/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 37 import org.xmlpull.v1.XmlPullParserException;
199 } catch (XmlPullParserException e) {
215 private String loadXmlFromNetwork(String urlString) throws XmlPullParserException, IOException {
  /frameworks/base/core/java/android/content/pm/
IntentFilterVerificationInfo.java 35 import org.xmlpull.v1.XmlPullParserException;
76 throws IOException, XmlPullParserException {
149 public void readFromXml(XmlPullParser parser) throws XmlPullParserException,
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 37 import org.xmlpull.v1.XmlPullParserException;
199 } catch (XmlPullParserException e) {
215 private String loadXmlFromNetwork(String urlString) throws XmlPullParserException, IOException {
  /frameworks/base/services/core/java/com/android/server/wm/
DisplaySettings.java 40 import org.xmlpull.v1.XmlPullParserException;
154 } catch (XmlPullParserException e) {
181 XmlPullParserException, IOException {
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
VectorDrawablePerformance.java 29 import org.xmlpull.v1.XmlPullParserException;
95 throw new XmlPullParserException("No start tag found");
102 } catch (XmlPullParserException e) {
  /frameworks/layoutlib/bridge/src/android/view/
LayoutInflater_Delegate.java 24 import org.xmlpull.v1.XmlPullParserException;
61 throws XmlPullParserException, IOException {
87 throws XmlPullParserException, IOException {
  /frameworks/support/compat/tests/java/android/support/v4/content/res/
FontResourcesParserCompatTest.java 41 import org.xmlpull.v1.XmlPullParserException;
63 public void testParse() throws XmlPullParserException, IOException {
92 public void testParseDownloadableFont() throws IOException, XmlPullParserException {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ResourcesWrapper.java 33 import org.xmlpull.v1.XmlPullParserException;
274 throws XmlPullParserException, IOException {
280 throws XmlPullParserException {
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
ShadowDrawable.java 38 import org.xmlpull.v1.XmlPullParserException;
157 Resources.Theme theme) throws XmlPullParserException, IOException {
166 throw new XmlPullParserException("missing src attribute");
  /prebuilts/misc/common/robolectric/lib/
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/
plexus-utils-3.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigStoreTest.java 38 import org.xmlpull.v1.XmlPullParserException;
448 * Verify that a XmlPullParserException will be thrown when reading an user store file
453 @Test(expected = XmlPullParserException.class)
467 * Verify that a XmlPullParserException will be thrown when reading the share store file
472 @Test(expected = XmlPullParserException.class)
541 throws XmlPullParserException, IOException {
551 throws XmlPullParserException, IOException {

Completed in 532 milliseconds

<<11121314151617181920>>