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

1 2 34 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar 
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointXmlUtils.java 29 import org.xmlpull.v1.XmlPullParserException;
118 * @throws XmlPullParserException
122 PasspointConfiguration config) throws XmlPullParserException, IOException {
152 * @throws XmlPullParserException
156 int outerTagDepth) throws XmlPullParserException, IOException {
195 throw new XmlPullParserException("Unknown value under "
215 throw new XmlPullParserException("Unknown section under "
228 * @throws XmlPullParserException
232 throws XmlPullParserException, IOException {
254 * @throws XmlPullParserException
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.0.9/
maven-settings-2.0.9.jar 
  /packages/apps/Dialer/java/com/android/voicemail/impl/
TelephonyVvmConfigManager.java 31 import org.xmlpull.v1.XmlPullParserException;
94 } catch (IOException | XmlPullParserException e) {
102 throws IOException, XmlPullParserException {
118 throws IOException, XmlPullParserException {
153 throws XmlPullParserException, IOException {
157 throw new XmlPullParserException("Unknown tag=" + tag);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
XmlUtil.java 36 import org.xmlpull.v1.XmlPullParserException;
73 * @throws XmlPullParserException if parsing errors occur.
76 throws XmlPullParserException, IOException {
86 * @throws XmlPullParserException if parsing errors occur.
89 throws XmlPullParserException, IOException {
101 * @throws XmlPullParserException if parsing errors occur.
104 throws XmlPullParserException, IOException {
119 * @throws XmlPullParserException if parsing errors occur.
123 throws XmlPullParserException, IOException {
142 * @throws XmlPullParserException if the section header name does not match |expectedName|
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_LayoutParamsTest.java 34 import org.xmlpull.v1.XmlPullParserException;
49 public void testConstructor() throws XmlPullParserException, IOException {
63 public void testSetBaseAttributes() throws XmlPullParserException, IOException {
  /cts/tests/tests/widget/src/android/widget/cts/
AbsoluteLayout_LayoutParamsTest.java 37 import org.xmlpull.v1.XmlPullParserException;
51 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException {
58 public void testConstructor() throws XmlPullParserException, IOException {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LevelListDrawableTest.java 42 import org.xmlpull.v1.XmlPullParserException;
128 public void testInflateResources() throws XmlPullParserException, IOException {
134 public void testInflate() throws XmlPullParserException, IOException {
160 @Test(expected=XmlPullParserException.class)
161 public void testInflateMissingContent() throws XmlPullParserException, IOException {
163 // Should throw XmlPullParserException if drawable of item is missing
168 public void testInflateWithNullResources() throws XmlPullParserException, IOException {
176 public void testInflateWithNullParser() throws XmlPullParserException, IOException {
183 public void testInflateWithNullAttrSet() throws XmlPullParserException, IOException {
208 private XmlResourceParser getResourceParser(int resId) throws XmlPullParserException,
    [all...]
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 23 import org.xmlpull.v1.XmlPullParserException;
55 * @throws org.xmlpull.v1.XmlPullParserException on error parsing feed.
59 throws XmlPullParserException, IOException, ParseException {
76 * @throws org.xmlpull.v1.XmlPullParserException on error parsing feed.
80 throws XmlPullParserException, IOException, ParseException {
127 throws XmlPullParserException, IOException, ParseException {
170 throws IOException, XmlPullParserException {
197 * @throws org.xmlpull.v1.XmlPullParserException
200 throws IOException, XmlPullParserException {
211 throws IOException, XmlPullParserException {
    [all...]
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 23 import org.xmlpull.v1.XmlPullParserException;
55 * @throws org.xmlpull.v1.XmlPullParserException on error parsing feed.
59 throws XmlPullParserException, IOException, ParseException {
76 * @throws org.xmlpull.v1.XmlPullParserException on error parsing feed.
80 throws XmlPullParserException, IOException, ParseException {
127 throws XmlPullParserException, IOException, ParseException {
170 throws IOException, XmlPullParserException {
197 * @throws org.xmlpull.v1.XmlPullParserException
200 throws IOException, XmlPullParserException {
211 throws IOException, XmlPullParserException {
    [all...]
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
FeedParser.java 23 import org.xmlpull.v1.XmlPullParserException;
55 * @throws org.xmlpull.v1.XmlPullParserException on error parsing feed.
59 throws XmlPullParserException, IOException, ParseException {
76 * @throws org.xmlpull.v1.XmlPullParserException on error parsing feed.
80 throws XmlPullParserException, IOException, ParseException {
127 throws XmlPullParserException, IOException, ParseException {
170 throws IOException, XmlPullParserException {
197 * @throws org.xmlpull.v1.XmlPullParserException
200 throws IOException, XmlPullParserException {
211 throws IOException, XmlPullParserException {
    [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullParser.java 21 import org.xmlpull.v1.XmlPullParserException;
69 * @throws XmlPullParserException defined by XMLPullParser; thrown if the thread is cancelled.
74 throws XmlPullParserException, IOException {
99 throw new XmlPullParserException("Invalid RSS");
115 throw new XmlPullParserException("Cancelled");
  /frameworks/base/core/java/android/util/
Xml.java 31 import org.xmlpull.v1.XmlPullParserException;
96 } catch (XmlPullParserException e) {
107 } catch (XmlPullParserException e) {
120 } catch (XmlPullParserException e) {
  /frameworks/base/sax/tests/saxtests/src/android/sax/
ExpatPerformanceTest.java 27 import org.xmlpull.v1.XmlPullParserException;
82 private void runExpatPullParser() throws XmlPullParserException, IOException {
91 private void runJavaPullParser() throws XmlPullParserException, IOException {
103 throws IOException, XmlPullParserException {
  /frameworks/base/services/core/java/com/android/server/firewall/
SenderFilter.java 28 import org.xmlpull.v1.XmlPullParserException;
60 public Filter newFilter(XmlPullParser parser) throws IOException, XmlPullParserException {
63 throw new XmlPullParserException("type attribute must be specified for <sender>",
75 throw new XmlPullParserException(
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
TitleBar.java 21 import org.xmlpull.v1.XmlPullParserException;
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
SimpleInflater.java 28 import org.xmlpull.v1.XmlPullParserException;
108 } catch (XmlPullParserException e) {
145 throws XmlPullParserException, IOException {
187 throws XmlPullParserException {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/
LicenseHtmlGeneratorFromXmlTest.java 34 import org.xmlpull.v1.XmlPullParserException;
87 public void testParseValidXmlStream() throws XmlPullParserException, IOException {
101 @Test(expected = XmlPullParserException.class)
102 public void testParseInvalidXmlStream() throws XmlPullParserException, IOException {
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/file-management/1.2.1/
file-management-1.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.2.1/
maven-model-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.3.9/
maven-model-3.3.9.jar 
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 34 import org.xmlpull.v1.XmlPullParserException;
245 throws XmlPullParserException, IOException {
269 * @throws XmlPullParserException
272 private byte[] serializeData(boolean shareData) throws XmlPullParserException, IOException {
341 public void read() throws XmlPullParserException, IOException {
366 throws XmlPullParserException, IOException {
398 * @throws XmlPullParserException
402 throws XmlPullParserException, IOException {
418 throw new XmlPullParserException("Unknown store data: " + headerName[0]);
432 throws XmlPullParserException, IOException
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
ApnsXmlProcessor.java 28 import org.xmlpull.v1.XmlPullParserException;
112 * @throws XmlPullParserException
115 private int advanceToNextEvent(int eventType) throws XmlPullParserException, IOException {
129 throw new XmlPullParserException("ApnsXmlProcessor: expecting start tag @"
157 } catch (XmlPullParserException e) {
217 } catch (XmlPullParserException e) {
229 * @throws XmlPullParserException
231 private void processApn(ContentValues apnValues) throws IOException, XmlPullParserException {
262 throw new XmlPullParserException("Apn: expecting end tag @"
275 * @throws XmlPullParserException
    [all...]
  /cts/common/host-side/util/src/com/android/compatibility/common/util/
DynamicConfigHostSide.java 22 import org.xmlpull.v1.XmlPullParserException;
47 throws XmlPullParserException, IOException {
  /cts/common/util/tests/src/com/android/compatibility/common/util/
DynamicConfigTest.java 23 import org.xmlpull.v1.XmlPullParserException;
104 } catch (XmlPullParserException e) {

Completed in 983 milliseconds

1 2 34 5 6 7 8 91011>>