HomeSort by relevance Sort by last modified time
    Searched refs:XmlPullParserException (Results 176 - 200 of 751) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/LegacyCamera/src/com/android/camera/
PreferenceInflater.java 20 import org.xmlpull.v1.XmlPullParserException;
102 } catch (XmlPullParserException e) {
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
InternalTunerTvInputService.java 31 import org.xmlpull.v1.XmlPullParserException;
91 } catch (XmlPullParserException e) {
  /packages/services/Telephony/tests/src/com/android/phone/vvm/omtp/
TelephonyVvmConfigManagerTest.java 33 import org.xmlpull.v1.XmlPullParserException;
106 } catch (XmlPullParserException e) {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
VectorDrawableTest.java 20 import org.xmlpull.v1.XmlPullParserException;
200 public void testBasicVectorDrawables() throws XmlPullParserException, IOException {
205 public void testLMVectorDrawables() throws XmlPullParserException, IOException {
210 public void testNVectorDrawables() throws XmlPullParserException, IOException {
215 public void testVectorDrawableGradient() throws XmlPullParserException, IOException {
220 public void testColorStateList() throws XmlPullParserException, IOException {
228 throws XmlPullParserException, IOException {
245 throw new XmlPullParserException("No start tag found");
419 public void testPreloadDensity() throws XmlPullParserException, IOException {
430 public void testGetOpacity () throws XmlPullParserException, IOException
    [all...]
DrawableTestUtils.java 24 import org.xmlpull.v1.XmlPullParserException;
42 throws XmlPullParserException, IOException {
58 * @throws XmlPullParserException
61 throws XmlPullParserException, IOException {
98 throws XmlPullParserException, IOException {
PaintDrawableTest.java 23 import org.xmlpull.v1.XmlPullParserException;
103 public void testInflateTag() throws XmlPullParserException, IOException {
175 private AttributeSet getAtrributeSet(XmlResourceParser parser) throws XmlPullParserException,
192 private void gotoTag(XmlResourceParser parser, String tagName) throws XmlPullParserException,
  /frameworks/base/core/java/android/app/backup/
FullBackup.java 36 import org.xmlpull.v1.XmlPullParserException;
364 throws IOException, XmlPullParserException {
375 throws IOException, XmlPullParserException {
382 private void maybeParseBackupSchemeLocked() throws IOException, XmlPullParserException {
419 throws IOException, XmlPullParserException {
426 throw new XmlPullParserException("Xml file didn't start with correct tag" +
537 throws XmlPullParserException {
554 throw new XmlPullParserException("Unrecognised tag in backup" +
650 * throw an XmlPullParserException.
653 throws XmlPullParserException {
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
SELinuxTest.java 24 import org.xmlpull.v1.XmlPullParserException;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestPackageResult.java 27 import org.xmlpull.v1.XmlPullParserException;
191 void parse(XmlPullParser parser) throws XmlPullParserException, IOException {
193 throw new XmlPullParserException(String.format(
254 } catch (XmlPullParserException | IOException e) {
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
ChannelXMLParser.java 26 import org.xmlpull.v1.XmlPullParserException;
73 throws XmlPullParserException, IOException {
104 throws XmlPullParserException, IOException {
119 throws XmlPullParserException, IOException {
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Document.java 81 throws IOException, XmlPullParserException {
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DM.java 35 throws IOException, 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/Settings/src/com/android/settings/voice/
VoiceInputHelper.java 38 import org.xmlpull.v1.XmlPullParserException;
171 throw new XmlPullParserException("No " + RecognitionService.SERVICE_META_DATA +
187 throw new XmlPullParserException(
196 } 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 20 import org.xmlpull.v1.XmlPullParserException;
114 throws XmlPullParserException, IOException {
129 throws XmlPullParserException, IOException {
146 throw new XmlPullParserException("No "
161 throw new XmlPullParserException(
183 throw new XmlPullParserException(
217 throw new XmlPullParserException(
  /frameworks/base/services/core/java/com/android/server/pm/
SELinuxMMAC.java 32 import org.xmlpull.v1.XmlPullParserException;
133 XmlPullParserException ex) {
178 * @throws XmlPullParserException
185 XmlPullParserException {
229 * @throws XmlPullParserException
236 IOException, XmlPullParserException {
257 XmlPullParserException {
263 XmlPullParserException {
268 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;
98 throws XmlPullParserException, IOException {
104 throw new XmlPullParserException("No " + HostNfcFService.SERVICE_META_DATA +
116 throw new XmlPullParserException(
168 throw new XmlPullParserException("Unable to create context for: " + si.packageName);
  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 22 import org.xmlpull.v1.XmlPullParserException;
101 throws XmlPullParserException, IOException {
126 } catch (XmlPullParserException e) {
134 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException {
138 throw new XmlPullParserException(a.getPositionDescription()
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 

Completed in 275 milliseconds

1 2 3 4 5 6 78 91011>>