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

<<11121314151617181920>>

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
DreamBackend.java 39 import org.xmlpull.v1.XmlPullParserException;
265 } catch (PackageManager.NameNotFoundException|IOException|XmlPullParserException e) {
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutLauncher.java 31 import org.xmlpull.v1.XmlPullParserException;
196 int ownerUserId, boolean fromBackup) throws IOException, XmlPullParserException {
EphemeralApplicationRegistry.java 41 import org.xmlpull.v1.XmlPullParserException;
546 } catch (XmlPullParserException | IOException e) {
577 throws IOException, XmlPullParserException {
588 throws IOException, XmlPullParserException {
612 List<String> outGrantedPermissions) throws IOException, XmlPullParserException {
KeySetManagerService.java 35 import org.xmlpull.v1.XmlPullParserException;
685 throws XmlPullParserException, IOException {
726 throws XmlPullParserException, IOException {
742 throws XmlPullParserException, IOException {
767 throws XmlPullParserException {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 33 import org.xmlpull.v1.XmlPullParserException;
86 } catch (XmlPullParserException e) {
  /frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
AnimatedVectorDrawableTest.java 41 import org.xmlpull.v1.XmlPullParserException;
128 throw new XmlPullParserException("No start tag found");
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoListingElement.java 26 import org.xmlpull.v1.XmlPullParserException;
285 * @throws XmlPullParserException
289 throws XmlPullParserException, IOException, ParseException {
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
RequestControlPane.java 32 import org.xmlpull.v1.XmlPullParserException;
100 StatusListener listener) throws XmlPullParserException, IOException {
TargetControlPane.java 32 import org.xmlpull.v1.XmlPullParserException;
106 throws XmlPullParserException, IOException {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java 24 import org.xmlpull.v1.XmlPullParserException;
405 public void testInflate() throws IOException, XmlPullParserException {
437 fail("Should throw XmlPullParserException if the bitmap source can't be decoded.");
438 } catch (XmlPullParserException e) {
446 fail("Should throw XmlPullParserException if the bitmap src is not defined.");
447 } catch (XmlPullParserException e) {
520 public void testPreloadDensity() throws XmlPullParserException, IOException {
531 int[] goldenResIds) throws XmlPullParserException, IOException {
DrawableTest.java 25 import org.xmlpull.v1.XmlPullParserException;
305 public void testCreateFromXml() throws XmlPullParserException, IOException {
315 public void testCreateFromXmlThemed() throws XmlPullParserException, IOException {
327 public void testCreateFromXmlInner() throws XmlPullParserException, IOException {
341 public void testCreateFromXmlInnerThemed() throws XmlPullParserException, IOException {
473 public void testInflate() throws XmlPullParserException, IOException {
AnimatedVectorDrawableTest.java 40 import org.xmlpull.v1.XmlPullParserException;
124 throw new XmlPullParserException("No start tag found");
ClipDrawableTest.java 22 import org.xmlpull.v1.XmlPullParserException;
174 public void testInflate() throws XmlPullParserException, IOException {
  /frameworks/base/core/java/android/content/res/
Resources.java 63 import org.xmlpull.v1.XmlPullParserException;
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvInputInfo.java 49 import org.xmlpull.v1.XmlPullParserException;
171 throws XmlPullParserException, IOException {
199 throws XmlPullParserException, IOException {
226 throws XmlPullParserException, IOException {
252 throws XmlPullParserException, IOException {
    [all...]
  /frameworks/base/services/core/java/com/android/server/job/
JobStore.java 52 import org.xmlpull.v1.XmlPullParserException;
312 } catch (XmlPullParserException e) {
340 throws IOException, XmlPullParserException {
459 } catch (XmlPullParserException e) {
471 throws XmlPullParserException, IOException {
532 private JobStatus restoreJobFromXml(XmlPullParser parser) throws XmlPullParserException,
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalCooling.java 20 import org.xmlpull.v1.XmlPullParserException;
116 } catch (XmlPullParserException xppe) {
129 } catch (XmlPullParserException xppe) {
130 Log.e(TAG, "mParser setInput XmlPullParserException");
195 } catch (XmlPullParserException xppe) {
196 Log.i(TAG, "XmlPullParserException caught in parse():" + xppe.getMessage());
231 } catch (XmlPullParserException xppe) {
232 Log.e(TAG, "XmlPullParserException:" + xppe.getMessage());
330 } catch (XmlPullParserException e) {
331 Log.i(TAG, "XmlPullParserException caught in processStartElement()")
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java 58 import org.xmlpull.v1.XmlPullParserException;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
Resources_Delegate.java 39 import org.xmlpull.v1.XmlPullParserException;
426 } catch (XmlPullParserException e) {
461 } catch (XmlPullParserException e) {
773 } catch (XmlPullParserException e) {
812 } catch (XmlPullParserException e) {
    [all...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
ResultReporter.java 54 import org.xmlpull.v1.XmlPullParserException;
292 } catch (XmlPullParserException | IOException e) {
479 } catch (IOException | XmlPullParserException e) {
  /cts/common/util/src/com/android/compatibility/common/util/
ResultHandler.java 19 import org.xmlpull.v1.XmlPullParserException;
200 } catch (XmlPullParserException e) {
226 * @throws XmlPullParserException
232 throws IOException, XmlPullParserException {
  /cts/tests/tests/util/src/android/util/cts/
XmlTest.java 24 import org.xmlpull.v1.XmlPullParserException;
398 } catch (XmlPullParserException e) {
407 } catch (XmlPullParserException e) {
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 63 import org.xmlpull.v1.XmlPullParserException;
213 } catch (XmlPullParserException e) {
232 } catch (XmlPullParserException e) {
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 59 import org.xmlpull.v1.XmlPullParserException;
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContextTest.java 34 import org.xmlpull.v1.XmlPullParserException;
354 } catch (XmlPullParserException e) {

Completed in 1331 milliseconds

<<11121314151617181920>>