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

<<11121314151617181920>>

  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
LiveWallpaperListAdapter.java 39 import org.xmlpull.v1.XmlPullParserException;
163 } catch (XmlPullParserException e) {
  /packages/apps/Nfc/src/com/android/nfc/
NfceeAccessControl.java 29 import org.xmlpull.v1.XmlPullParserException;
252 } catch (XmlPullParserException e) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyStylesSet.java 27 import org.xmlpull.v1.XmlPullParserException;
189 final XmlPullParser parser) throws XmlPullParserException {
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 43 import org.xmlpull.v1.XmlPullParserException;
178 } catch (XmlPullParserException e) {
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
TestingCamera21.java 32 import org.xmlpull.v1.XmlPullParserException;
251 } catch (XmlPullParserException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParserTest.java 31 import org.xmlpull.v1.XmlPullParserException;
231 } catch (XmlPullParserException e) {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
GradientDrawableTest.java 20 import org.xmlpull.v1.XmlPullParserException;
373 public void testInflate() throws XmlPullParserException, IOException {
418 public void testInflateGradientRadius() throws XmlPullParserException, IOException {
498 public void testPreloadDensity() throws XmlPullParserException, IOException {
509 throws XmlPullParserException, IOException {
  /frameworks/base/core/java/com/android/server/
SystemConfig.java 39 import org.xmlpull.v1.XmlPullParserException;
279 throw new XmlPullParserException("No start tag found");
283 throw new XmlPullParserException("Unexpected start tag in " + permFile
515 } catch (XmlPullParserException e) {
554 throws IOException, XmlPullParserException {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java 50 import org.xmlpull.v1.XmlPullParserException;
661 throws XmlPullParserException, IOException, DefinitionException {
    [all...]
  /external/robolectric/v3/
robolectric-resources-3.1-SNAPSHOT.jar 
  /prebuilts/sdk/current/support/graphics/drawable/libs/
android-support-vectordrawable.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java 20 import org.xmlpull.v1.XmlPullParserException;
421 throw new XmlPullParserException("No start tag found");
424 } catch (XmlPullParserException e) {
439 AttributeSet attrs, Theme theme) throws XmlPullParserException, IOException {
454 throws XmlPullParserException, IOException {
465 throws XmlPullParserException, IOException {
512 throws XmlPullParserException {
541 throw new XmlPullParserException(a.getPositionDescription() +
544 throw new XmlPullParserException(a.getPositionDescription() +
553 throw new XmlPullParserException(a.getPositionDescription()
    [all...]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java 38 import org.xmlpull.v1.XmlPullParserException;
506 } catch (XmlPullParserException ex) {
534 String assertName) throws XmlPullParserException, IOException {
573 throws IOException, XmlPullParserException {
618 throws IOException, XmlPullParserException {
692 private void parseBindTag() throws IOException, XmlPullParserException {
    [all...]
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 47 import org.xmlpull.v1.XmlPullParserException;
439 } catch (XmlPullParserException|IOException e) {
582 throws XmlPullParserException, IOException {
592 throw new XmlPullParserException("No " + mMetaDataName + " meta-data");
604 throw new XmlPullParserException(
616 throw new XmlPullParserException(
627 throws XmlPullParserException, IOException {
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 49 import org.xmlpull.v1.XmlPullParserException;
727 throws XmlPullParserException, IOException {
742 * @throws XmlPullParserException if any required attributes are missing
744 private void verifyRequiredAttributes(TypedArray a) throws XmlPullParserException {
749 throw new XmlPullParserException(a.getPositionDescription() +
757 private void updateStateFromTypedArray(TypedArray a) throws XmlPullParserException {
771 throw new XmlPullParserException(a.getPositionDescription() +
838 } catch (XmlPullParserException e) {
    [all...]
DrawableWrapper.java 22 import org.xmlpull.v1.XmlPullParserException;
123 throws XmlPullParserException, IOException {
428 throws XmlPullParserException, IOException {
VectorDrawable.java 49 import org.xmlpull.v1.XmlPullParserException;
498 } catch (XmlPullParserException e) {
555 throw new XmlPullParserException("No start tag found");
562 } catch (XmlPullParserException e) {
573 throws XmlPullParserException, IOException {
608 private void updateStateFromTypedArray(TypedArray a) throws XmlPullParserException {
637 throw new XmlPullParserException(a.getPositionDescription() +
640 throw new XmlPullParserException(a.getPositionDescription() +
650 throw new XmlPullParserException(a.getPositionDescription() +
653 throw new XmlPullParserException(a.getPositionDescription()
    [all...]
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 45 import org.xmlpull.v1.XmlPullParserException;
140 } catch (XmlPullParserException ex) {
182 } catch (XmlPullParserException ex) {
207 throws IOException, XmlPullParserException {
637 throws XmlPullParserException, IOException {
644 throws XmlPullParserException, IOException {
713 XmlPullParser parser, AttributeSet attrs) throws XmlPullParserException, IOException {
    [all...]
  /frameworks/base/core/java/android/app/
SharedPreferencesImpl.java 33 import org.xmlpull.v1.XmlPullParserException;
121 } catch (XmlPullParserException | IOException e) {
617 } catch (XmlPullParserException e) {
  /frameworks/base/core/java/android/view/
MenuInflater.java 22 import org.xmlpull.v1.XmlPullParserException;
112 } catch (XmlPullParserException e) {
126 throws XmlPullParserException, IOException {
  /frameworks/base/core/tests/coretests/src/android/content/pm/
RegisteredServicesCacheTest.java 29 import org.xmlpull.v1.XmlPullParserException;
288 ResolveInfo resolveInfo) throws XmlPullParserException, IOException {
314 throws IOException, XmlPullParserException {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
EriManager.java 32 import org.xmlpull.v1.XmlPullParserException;
171 } catch (XmlPullParserException e) {
198 } catch (IOException | XmlPullParserException e) {
  /frameworks/support/core-utils/java/android/support/v4/content/
FileProvider.java 38 import org.xmlpull.v1.XmlPullParserException;
561 } catch (XmlPullParserException e) {
578 throws IOException, XmlPullParserException {
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
SupportMenuInflater.java 20 import org.xmlpull.v1.XmlPullParserException;
119 } catch (XmlPullParserException e) {
133 throws XmlPullParserException, IOException {

Completed in 2016 milliseconds

<<11121314151617181920>>