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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/com/android/internal/graphics/drawable/
AnimationScaleListDrawable.java 33 import org.xmlpull.v1.XmlPullParserException;
79 throws XmlPullParserException, IOException {
95 throws XmlPullParserException, IOException {
122 throw new XmlPullParserException(
  /frameworks/base/core/tests/coretests/src/android/app/backup/
FullBackupTest.java 28 import org.xmlpull.v1.XmlPullParserException;
223 fail("Invalid root xml tag should throw an XmlPullParserException");
224 } catch (XmlPullParserException expected) {}
234 fail("Misspelled xml exclude tag should throw an XmlPullParserException");
235 } catch (XmlPullParserException expected) {}
245 fail("Misspelled xml exclude tag should throw an XmlPullParserException");
246 } catch (XmlPullParserException expected) {}
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintsUserState.java 31 import org.xmlpull.v1.XmlPullParserException;
221 } catch (XmlPullParserException | IOException e) {
230 throws IOException, XmlPullParserException {
247 throws IOException, XmlPullParserException {
  /packages/apps/CarrierConfig/src/com/android/carrierconfig/
DefaultCarrierConfigService.java 14 import org.xmlpull.v1.XmlPullParserException;
80 catch (IOException | XmlPullParserException e) {
92 catch (IOException | XmlPullParserException e) {
125 throws IOException, XmlPullParserException {
  /packages/apps/Settings/src/com/android/settings/
LicenseHtmlGeneratorFromXml.java 25 import org.xmlpull.v1.XmlPullParserException;
158 } catch (XmlPullParserException | IOException e) {
188 throws XmlPullParserException, IOException {
229 throws IOException, XmlPullParserException {
  /packages/apps/Settings/src/com/android/settings/applications/assist/
VoiceInputHelper.java 38 import org.xmlpull.v1.XmlPullParserException;
167 throw new XmlPullParserException("No " + RecognitionService.SERVICE_META_DATA +
183 throw new XmlPullParserException(
192 } catch (XmlPullParserException e) {
  /frameworks/base/core/java/android/app/admin/
DeviceAdminInfo.java 20 import org.xmlpull.v1.XmlPullParserException;
264 throws XmlPullParserException, IOException {
277 throws XmlPullParserException, IOException {
286 throw new XmlPullParserException("No "
301 throw new XmlPullParserException(
339 throw new XmlPullParserException(
467 throws XmlPullParserException, IOException {
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 31 import org.xmlpull.v1.XmlPullParserException;
225 throws XmlPullParserException, IOException {
241 @Nullable Theme theme) throws XmlPullParserException, IOException {
251 throw new XmlPullParserException("No start tag found");
261 * @throws XmlPullParserException if the current tag is not <selector>
267 throws XmlPullParserException, IOException {
270 throw new XmlPullParserException(
302 throws XmlPullParserException, IOException {
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodInfo.java 41 import org.xmlpull.v1.XmlPullParserException;
127 throws XmlPullParserException, IOException {
142 throws XmlPullParserException, IOException {
159 throw new XmlPullParserException("No "
174 throw new XmlPullParserException(
196 throw new XmlPullParserException(
230 throw new XmlPullParserException(
  /frameworks/base/services/core/java/com/android/server/pm/
SELinuxMMAC.java 30 import org.xmlpull.v1.XmlPullParserException;
119 XmlPullParserException ex) {
165 * @throws XmlPullParserException
172 XmlPullParserException {
216 * @throws XmlPullParserException
223 IOException, XmlPullParserException {
244 XmlPullParserException {
250 XmlPullParserException {
255 private static void skip(XmlPullParser p) throws IOException, XmlPullParserException {
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/
maven-assembly-plugin-2.2-beta-5.jar 
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 38 import org.xmlpull.v1.XmlPullParserException;
198 } catch (XmlPullParserException e) {
221 } catch (XmlPullParserException e) {
244 } catch (XmlPullParserException e) {
379 public void parseWith(XmlPullParser parser) throws IOException, XmlPullParserException {
  /frameworks/base/core/java/android/app/
WallpaperInfo.java 20 import org.xmlpull.v1.XmlPullParserException;
88 throws XmlPullParserException, IOException {
105 throw new XmlPullParserException("No "
120 throw new XmlPullParserException(
150 throw new XmlPullParserException(
  /frameworks/base/core/java/android/nfc/cardemulation/
NfcFServiceInfo.java 35 import org.xmlpull.v1.XmlPullParserException;
106 throws XmlPullParserException, IOException {
112 throw new XmlPullParserException("No " + HostNfcFService.SERVICE_META_DATA +
124 throw new XmlPullParserException(
185 throw new XmlPullParserException("Unable to create context for: " + si.packageName);
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /frameworks/base/services/core/java/com/android/server/firewall/
IntentFirewall.java 40 import org.xmlpull.v1.XmlPullParserException;
344 } catch (XmlPullParserException ex) {
352 } catch (XmlPullParserException ex) {
384 static Filter parseFilter(XmlPullParser parser) throws IOException, XmlPullParserException {
390 throw new XmlPullParserException("Unknown element in filter list: " + elementName);
428 public Rule readFromXml(XmlPullParser parser) throws IOException, XmlPullParserException {
437 protected void readChild(XmlPullParser parser) throws IOException, XmlPullParserException {
447 throw new XmlPullParserException("Component name must be specified.",
453 throw new XmlPullParserException("Invalid component name: " + componentStr);
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsXmlV1.java 21 import org.xmlpull.v1.XmlPullParserException;
74 throws XmlPullParserException, IOException {
104 throws XmlPullParserException, IOException {
134 throws XmlPullParserException, IOException {
152 throws XmlPullParserException, IOException {
292 throws XmlPullParserException, IOException {
  /packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java 46 import org.xmlpull.v1.XmlPullParserException;
135 } catch (XmlPullParserException e) {
155 PackageManager pm) throws XmlPullParserException, IOException {
172 throw new XmlPullParserException("No " + SettingInjectorService.META_DATA_NAME
185 throw new XmlPullParserException("Meta-data does not start with "
193 throw new XmlPullParserException(
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DynamicConfigPusher.java 34 import org.xmlpull.v1.XmlPullParserException;
120 } catch (IOException | XmlPullParserException | JSONException e) {
  /cts/hostsidetests/ui/src/android/ui/cts/
TaskSwitchingTest.java 34 import org.xmlpull.v1.XmlPullParserException;
119 } catch (XmlPullParserException | IOException e) {
  /cts/tests/signature/api-check/src/android/signature/cts/api/
SignatureTest.java 33 import org.xmlpull.v1.XmlPullParserException;
171 throws IOException, XmlPullParserException {
  /cts/tests/tests/widget/src/android/widget/cts/
DigitalClockTest.java 41 import org.xmlpull.v1.XmlPullParserException;
125 } catch (XmlPullParserException e) {
126 fail("unexpected XmlPullParserException.");
LinearLayout_LayoutParamsTest.java 35 import org.xmlpull.v1.XmlPullParserException;
43 public void testConstructor() throws XmlPullParserException, IOException {
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
PackageValidator.java 27 import org.xmlpull.v1.XmlPullParserException;
82 } catch (XmlPullParserException | IOException e) {

Completed in 672 milliseconds

1 2 3 4 5 6 7 891011>>