Home
last modified time | relevance | path

Searched refs:FormatException (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DICalendar.java41 public static class FormatException extends Exception { class in ICalendar
42 public FormatException() { in FormatException() method in ICalendar.FormatException
46 public FormatException(String msg) { in FormatException() method in ICalendar.FormatException
50 public FormatException(String msg, Throwable cause) { in FormatException() method in ICalendar.FormatException
429 throws FormatException { in parseComponentImpl()
448 } catch (FormatException fe) { in parseComponentImpl()
468 throws FormatException { in parseLine()
484 throw new FormatException("Expected BEGIN"); in parseLine()
502 throw new FormatException("Unexpected END " + componentName); in parseLine()
526 throws FormatException { in extractValue()
[all …]
/frameworks/base/nfc/java/android/nfc/
DFormatException.java19 public class FormatException extends Exception { class
20 public FormatException() { in FormatException() method in FormatException
24 public FormatException(String message) { in FormatException() method in FormatException
28 public FormatException(String message, Throwable e) { in FormatException() method in FormatException
DNdefRecord.java594 public NdefRecord(byte[] data) throws FormatException { in NdefRecord()
599 throw new FormatException("data too long"); in NdefRecord()
735 } catch (FormatException e) { } in toUri()
789 static NdefRecord[] parse(ByteBuffer buffer, boolean ignoreMbMe) throws FormatException { in parse()
812 throw new FormatException("expected MB flag"); in parse()
814 throw new FormatException("unexpected MB flag"); in parse()
816 throw new FormatException("unexpected IL flag in non-leading chunk"); in parse()
818 throw new FormatException("unexpected ME flag in non-trailing chunk"); in parse()
820 throw new FormatException("expected TNF_UNCHANGED in non-leading chunk"); in parse()
822 throw new FormatException("" + in parse()
[all …]
DNdefMessage.java95 public NdefMessage(byte[] data) throws FormatException { in NdefMessage()
102 throw new FormatException("trailing data"); in NdefMessage()
/frameworks/base/nfc/java/android/nfc/tech/
DNdefFormatable.java20 import android.nfc.FormatException;
93 public void format(NdefMessage firstMessage) throws IOException, FormatException { in format()
116 public void formatReadOnly(NdefMessage firstMessage) throws IOException, FormatException { in formatReadOnly()
121 FormatException { in format()
137 throw new FormatException(); in format()
156 throw new FormatException(); in format()
DNdef.java20 import android.nfc.FormatException;
266 public NdefMessage getNdefMessage() throws IOException, FormatException { in getNdefMessage()
307 public void writeNdefMessage(NdefMessage msg) throws IOException, FormatException { in writeNdefMessage()
324 throw new FormatException(); in writeNdefMessage()
/frameworks/base/nfc/api/
Dcurrent.txt13 public class FormatException extends java.lang.Exception {
14 ctor public FormatException();
15 ctor public FormatException(String);
16 ctor public FormatException(String, Throwable);
20 ctor public NdefMessage(byte[]) throws android.nfc.FormatException;
33 ctor @Deprecated public NdefRecord(byte[]) throws android.nfc.FormatException;
373 …method public android.nfc.NdefMessage getNdefMessage() throws android.nfc.FormatException, java.io…
379 …method public void writeNdefMessage(android.nfc.NdefMessage) throws android.nfc.FormatException, j…
390 …method public void format(android.nfc.NdefMessage) throws android.nfc.FormatException, java.io.IOE…
391 …method public void formatReadOnly(android.nfc.NdefMessage) throws android.nfc.FormatException, jav…
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DRecurrenceSetTest.java240 throws ICalendar.FormatException { in verifyPopulateContentValues()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18334 public class FormatException extends java.lang.Exception {
18335 ctor public FormatException();
18336 ctor public FormatException(java.lang.String);
18337 ctor public FormatException(java.lang.String, java.lang.Throwable);
18341 ctor public NdefMessage(byte[]) throws android.nfc.FormatException;
18354 ctor public deprecated NdefRecord(byte[]) throws android.nfc.FormatException;
18585 …method public android.nfc.NdefMessage getNdefMessage() throws android.nfc.FormatException, java.io…
18589 …method public void writeNdefMessage(android.nfc.NdefMessage) throws android.nfc.FormatException, j…
18598 …method public void format(android.nfc.NdefMessage) throws android.nfc.FormatException, java.io.IOE…
18599 …method public void formatReadOnly(android.nfc.NdefMessage) throws android.nfc.FormatException, jav…