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

1 2 3 45 6 7 8 91011>>

  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
FontScaleActivity.java 27 import org.xmlpull.v1.XmlPullParserException;
60 } catch (XmlPullParserException | IOException e) {
  /cts/tests/tests/widget/src/android/widget/cts/
Gallery_LayoutParamsTest.java 30 import org.xmlpull.v1.XmlPullParserException;
41 public void testConstructor() throws XmlPullParserException, IOException {
  /frameworks/base/graphics/java/android/graphics/
FontListParser.java 24 import org.xmlpull.v1.XmlPullParserException;
43 public static FontConfig parse(InputStream in) throws XmlPullParserException, IOException {
55 throws XmlPullParserException, IOException {
76 throws XmlPullParserException, IOException {
107 throws XmlPullParserException, IOException {
133 throws XmlPullParserException, IOException {
141 throws XmlPullParserException, IOException {
155 private static void skip(XmlPullParser parser) throws XmlPullParserException, IOException {
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapFolderListing.java 21 import org.xmlpull.v1.XmlPullParserException;
59 } catch (XmlPullParserException e) {
BluetoothMapMessagesListing.java 22 import org.xmlpull.v1.XmlPullParserException;
74 } catch (XmlPullParserException e) {
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceInflater.java 29 import org.xmlpull.v1.XmlPullParserException;
166 } catch (XmlPullParserException e) {
316 throws XmlPullParserException, IOException {
335 XmlPullParserException ex = new XmlPullParserException(
348 XmlPullParserException ex = new XmlPullParserException(
363 throws XmlPullParserException, IOException {
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
FolderListing.java 22 import org.xmlpull.v1.XmlPullParserException;
60 } catch (XmlPullParserException e) {
MessagesListing.java 22 import org.xmlpull.v1.XmlPullParserException;
74 } catch (XmlPullParserException e) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
XmlTestUtils.java 12 import org.xmlpull.v1.XmlPullParserException;
50 } catch (XmlPullParserException e) {
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperChange.java 29 import org.xmlpull.v1.XmlPullParserException;
63 } catch (XmlPullParserException|IOException e) {
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
PaneLayout.java 32 import org.xmlpull.v1.XmlPullParserException;
121 throws XmlPullParserException, IOException {
178 throws XmlPullParserException, IOException;
192 throws XmlPullParserException, IOException {
209 throws XmlPullParserException, IOException {
226 throws XmlPullParserException, IOException {
244 throws XmlPullParserException, IOException {
261 throws XmlPullParserException, IOException {
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/
maven-plugin-descriptor-2.0.9.jar 
  /packages/apps/CarrierConfig/tests/src/com/android/carrierconfig/
CarrierConfigTest.java 22 import org.xmlpull.v1.XmlPullParserException;
32 public void check(XmlPullParser parser) throws XmlPullParserException, IOException {
46 public void check(XmlPullParser parser) throws XmlPullParserException, IOException {
81 public void check(XmlPullParser parser) throws XmlPullParserException, IOException {
129 void check(XmlPullParser parser) throws XmlPullParserException, IOException;
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 31 import org.xmlpull.v1.XmlPullParserException;
109 } catch (XmlPullParserException ex) {
125 throws XmlPullParserException, IOException {
131 AnimationSet parent, AttributeSet attrs) throws XmlPullParserException, IOException {
187 } catch (XmlPullParserException ex) {
203 XmlPullParser parser) throws XmlPullParserException, IOException {
209 XmlPullParser parser, AttributeSet attrs) throws XmlPullParserException, IOException {
309 } catch (XmlPullParserException ex) {
339 } catch (XmlPullParserException ex) {
357 throws XmlPullParserException, IOException
    [all...]
  /prebuilts/misc/common/robolectric/lib/
maven-model-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.2.1/
maven-model-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-api/3.2.1/
maven-plugin-api-3.2.1.jar 
  /cts/tests/signature/src/android/signature/cts/
ApiDocumentParser.java 38 import org.xmlpull.v1.XmlPullParserException;
73 public ApiDocumentParser(String tag, Listener listener) throws XmlPullParserException {
81 public void parse(InputStream inputStream) throws XmlPullParserException, IOException {
98 throws XmlPullParserException, IOException {
105 throw new XmlPullParserException("No start tag found");
109 throw new XmlPullParserException("Unexpected start tag: found " + parser.getName() +
117 private void start(XmlPullParser parser) throws XmlPullParserException, IOException {
  /frameworks/base/core/java/android/content/res/
FontResourcesParser.java 27 import org.xmlpull.v1.XmlPullParserException;
116 throws XmlPullParserException, IOException {
124 throw new XmlPullParserException("No start tag found");
130 Resources resources) throws XmlPullParserException, IOException {
144 Resources resources) throws XmlPullParserException, IOException {
199 throws XmlPullParserException, IOException {
217 private static void skip(XmlPullParser parser) throws XmlPullParserException, IOException {
  /frameworks/base/core/java/android/os/
PersistableBundle.java 25 import org.xmlpull.v1.XmlPullParserException;
230 throws XmlPullParserException, IOException {
237 throw new XmlPullParserException("Unknown Object o=" + v);
242 public void saveToXml(XmlSerializer out) throws IOException, XmlPullParserException {
251 throws XmlPullParserException, IOException {
255 throw new XmlPullParserException("Unknown tag=" + tag);
284 XmlPullParserException {
  /frameworks/base/core/java/android/app/
AliasActivity.java 20 import org.xmlpull.v1.XmlPullParserException;
78 } catch (XmlPullParserException e) {
88 throws XmlPullParserException, IOException {
  /frameworks/base/services/core/java/com/android/server/display/
PersistentDataStore.java 23 import org.xmlpull.v1.XmlPullParserException;
272 } catch (XmlPullParserException ex) {
304 throws IOException, XmlPullParserException {
321 throws IOException, XmlPullParserException {
329 throw new XmlPullParserException(
333 throw new XmlPullParserException(
345 throws IOException, XmlPullParserException {
351 throw new XmlPullParserException(
355 throw new XmlPullParserException("Found duplicate display.");
432 throws IOException, XmlPullParserException {
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DeletedEphemeralSsidsStoreDataTest.java 30 import org.xmlpull.v1.XmlPullParserException;
94 * Verify that a XmlPullParserException will be thrown when attempting to serialize SSID list
100 @Test(expected = XmlPullParserException.class)
106 * Verify that a XmlPullParserException will be thrown when attempting to parse SSID list
112 @Test(expected = XmlPullParserException.class)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
TestConferenceEventPackageParser.java 23 import org.xmlpull.v1.XmlPullParserException;
105 } catch (IOException | XmlPullParserException e) {
127 throws IOException, XmlPullParserException {
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.0.9/
maven-model-2.0.9.jar 

Completed in 1225 milliseconds

1 2 3 45 6 7 8 91011>>