HomeSort by relevance Sort by last modified time
    Searched refs:XmlPullParserException (Results 51 - 75 of 291) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/smack/src/org/jivesoftware/smackx/provider/
CapsExtensionProvider.java 28 import org.xmlpull.v1.XmlPullParserException;
33 public PacketExtension parseExtension(XmlPullParser parser) throws XmlPullParserException, IOException,
  /frameworks/base/services/java/com/android/server/input/
PersistentDataStore.java 24 import org.xmlpull.v1.XmlPullParserException;
196 } catch (XmlPullParserException ex) {
228 throws IOException, XmlPullParserException {
239 throws IOException, XmlPullParserException {
245 throw new XmlPullParserException(
249 throw new XmlPullParserException("Found duplicate input device.");
369 throws IOException, XmlPullParserException {
375 throw new XmlPullParserException(
380 throw new XmlPullParserException(
387 throw new XmlPullParserException(
    [all...]
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 22 import org.xmlpull.v1.XmlPullParserException;
116 throws XmlPullParserException, IOException {
126 throw new XmlPullParserException("No start tag found");
137 AttributeSet attrs) throws XmlPullParserException, IOException {
146 throw new XmlPullParserException(
174 throws XmlPullParserException, IOException {
226 throw new XmlPullParserException(
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 20 import org.xmlpull.v1.XmlPullParserException;
73 } catch (XmlPullParserException ex) {
89 throws XmlPullParserException, IOException {
95 AnimationSet parent, AttributeSet attrs) throws XmlPullParserException, IOException {
151 } catch (XmlPullParserException ex) {
167 XmlPullParser parser) throws XmlPullParserException, IOException {
173 XmlPullParser parser, AttributeSet attrs) throws XmlPullParserException, IOException {
272 } catch (XmlPullParserException ex) {
289 throws XmlPullParserException, IOException {
  /cts/tests/src/android/widget/cts/
WidgetTestUtils.java 20 import org.xmlpull.v1.XmlPullParserException;
77 * @throws XmlPullParserException if XML Pull Parser related faults occur.
81 throws XmlPullParserException, IOException {
92 throw new XmlPullParserException("Unexpected start tag: found " + parser.getName()
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ColorDrawableTest.java 23 import org.xmlpull.v1.XmlPullParserException;
96 public void testInflate() throws XmlPullParserException, IOException {
106 } catch (XmlPullParserException e) {
LevelListDrawableTest.java 22 import org.xmlpull.v1.XmlPullParserException;
112 public void testInflate() throws XmlPullParserException, IOException {
140 fail("Should throw XmlPullParserException if drawable of item is missing");
141 } catch (XmlPullParserException e) {
145 public void testInflateWithNullParameters() throws XmlPullParserException, IOException{
149 fail("Should throw XmlPullParserException if resource is null");
155 fail("Should throw XmlPullParserException if parser is null");
161 fail("Should throw XmlPullParserException if AttributeSet is null");
185 private XmlResourceParser getResourceParser(int resId) throws XmlPullParserException,
  /frameworks/base/core/java/android/app/
AliasActivity.java 20 import org.xmlpull.v1.XmlPullParserException;
78 } catch (XmlPullParserException e) {
88 throws XmlPullParserException, IOException {
WallpaperInfo.java 20 import org.xmlpull.v1.XmlPullParserException;
83 throws XmlPullParserException, IOException {
97 throw new XmlPullParserException("No "
112 throw new XmlPullParserException(
133 throw new XmlPullParserException(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
WidgetPullParser.java 25 import org.xmlpull.v1.XmlPullParserException;
148 public boolean isEmptyElementTag() throws XmlPullParserException {
153 throw new XmlPullParserException("Call to isEmptyElementTag while not in START_TAG",
  /frameworks/base/graphics/java/android/graphics/drawable/
LevelListDrawable.java 22 import org.xmlpull.v1.XmlPullParserException;
87 throws XmlPullParserException, IOException {
121 throw new XmlPullParserException(parser.getPositionDescription()
132 throw new XmlPullParserException(
  /cts/tests/tests/content/src/android/content/res/cts/
ColorStateListTest.java 21 import org.xmlpull.v1.XmlPullParserException;
34 public void testColorStateList() throws NotFoundException, XmlPullParserException, IOException {
AssetManagerTest.java 24 import org.xmlpull.v1.XmlPullParserException;
46 public void testAssetOperations() throws IOException, XmlPullParserException {
128 throws XmlPullParserException, IOException {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SpnOverride.java 26 import org.xmlpull.v1.XmlPullParserException;
87 } catch (XmlPullParserException e) {
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperChange.java 22 import org.xmlpull.v1.XmlPullParserException;
69 } catch (XmlPullParserException e) {
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerInfo.java 20 import org.xmlpull.v1.XmlPullParserException;
65 throws XmlPullParserException, IOException {
78 throw new XmlPullParserException("No "
91 throw new XmlPullParserException(
109 throw new XmlPullParserException(
126 throw new XmlPullParserException(
  /frameworks/base/services/java/com/android/server/display/
PersistentDataStore.java 23 import org.xmlpull.v1.XmlPullParserException;
203 } catch (XmlPullParserException ex) {
235 throws IOException, XmlPullParserException {
246 throws IOException, XmlPullParserException {
254 throw new XmlPullParserException(
258 throw new XmlPullParserException(
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 20 import org.xmlpull.v1.XmlPullParserException;
162 } catch (XmlPullParserException e) {
179 ArrayList<ComponentInfo> components) throws XmlPullParserException, IOException {
186 throw new XmlPullParserException("No " + mMetaDataName + " meta-data");
192 throw new XmlPullParserException("Unable to load resources for " + ai.packageName);
200 throws XmlPullParserException, IOException {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 22 import org.xmlpull.v1.XmlPullParserException;
225 void parse(XmlPullParser parser) throws XmlPullParserException, IOException {
227 throw new XmlPullParserException(String.format(
254 private String parseFeatures(XmlPullParser parser) throws XmlPullParserException, IOException {
259 private String parseProcess(XmlPullParser parser) throws XmlPullParserException, IOException {
265 throws XmlPullParserException, IOException {
271 throws XmlPullParserException, IOException {
295 * @throws XmlPullParserException
299 String attrDelim, String... attrNames) throws XmlPullParserException, IOException {
301 throw new XmlPullParserException(String.format
    [all...]
TestCase.java 23 import org.xmlpull.v1.XmlPullParserException;
106 void parse(XmlPullParser parser) throws XmlPullParserException, IOException {
108 throw new XmlPullParserException(String.format(
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 42 import org.xmlpull.v1.XmlPullParserException;
169 } catch (XmlPullParserException e) {
215 throws XmlPullParserException, IOException {
307 throws XmlPullParserException, IOException {
347 throws XmlPullParserException {
364 final boolean skip) throws XmlPullParserException, IOException {
400 throws XmlPullParserException, IOException {
474 throws XmlPullParserException, IOException {
490 throws XmlPullParserException, IOException {
503 throws XmlPullParserException, IOException
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsoluteLayoutTest.java 23 import org.xmlpull.v1.XmlPullParserException;
60 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException {
66 public void testConstructor() throws XmlPullParserException, IOException {
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DeviceInfoResultTest.java 22 import org.xmlpull.v1.XmlPullParserException;
46 void parse(XmlPullParser parser) throws XmlPullParserException, IOException {
55 throw new XmlPullParserException(String.format("Could not find tag %s", TAG));
  /external/smack/src/org/jivesoftware/smackx/entitycaps/cache/
SimpleDirectoryPersistentCache.java 38 import org.xmlpull.v1.XmlPullParserException;
163 } catch (XmlPullParserException xppe) {
178 } catch (XmlPullParserException e1) {
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
TranscriptsProvider.java 25 import org.xmlpull.v1.XmlPullParserException;
74 XmlPullParserException {
108 private List<Transcripts.AgentDetail> parseAgents(XmlPullParser parser) throws IOException, XmlPullParserException {

Completed in 294 milliseconds

1 23 4 5 6 7 8 91011>>