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/core/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.java591 public NdefRecord(byte[] data) throws FormatException { in NdefRecord()
596 throw new FormatException("data too long"); in NdefRecord()
732 } catch (FormatException e) { } in toUri()
786 static NdefRecord[] parse(ByteBuffer buffer, boolean ignoreMbMe) throws FormatException { in parse()
809 throw new FormatException("expected MB flag"); in parse()
811 throw new FormatException("unexpected MB flag"); in parse()
813 throw new FormatException("unexpected IL flag in non-leading chunk"); in parse()
815 throw new FormatException("unexpected ME flag in non-trailing chunk"); in parse()
817 throw new FormatException("expected TNF_UNCHANGED in non-leading chunk"); in parse()
819 throw new FormatException("" + in parse()
[all …]
DNdefMessage.java94 public NdefMessage(byte[] data) throws FormatException { in NdefMessage()
101 throw new FormatException("trailing data"); in NdefMessage()
/frameworks/base/core/java/android/nfc/tech/
DNdefFormatable.java20 import android.nfc.FormatException;
93 public void format(NdefMessage firstMessage) throws IOException, FormatException { in format()
115 public void formatReadOnly(NdefMessage firstMessage) throws IOException, FormatException { in formatReadOnly()
120 FormatException { in format()
133 throw new FormatException(); in format()
152 throw new FormatException(); in format()
DNdef.java20 import android.nfc.FormatException;
265 public NdefMessage getNdefMessage() throws IOException, FormatException { in getNdefMessage()
305 public void writeNdefMessage(NdefMessage msg) throws IOException, FormatException { in writeNdefMessage()
322 throw new FormatException(); in writeNdefMessage()
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DRecurrenceSetTest.java240 throws ICalendar.FormatException { in verifyPopulateContentValues()
/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…
/frameworks/base/non-updatable-api/
Dcurrent.txt30868 public class FormatException extends java.lang.Exception {
30869 ctor public FormatException();
30870 ctor public FormatException(String);
30871 ctor public FormatException(String, Throwable);
30875 ctor public NdefMessage(byte[]) throws android.nfc.FormatException;
30888 ctor @Deprecated public NdefRecord(byte[]) throws android.nfc.FormatException;
31170 …method public android.nfc.NdefMessage getNdefMessage() throws android.nfc.FormatException, java.io…
31176 …method public void writeNdefMessage(android.nfc.NdefMessage) throws android.nfc.FormatException, j…
31187 …method public void format(android.nfc.NdefMessage) throws android.nfc.FormatException, java.io.IOE…
31188 …method public void formatReadOnly(android.nfc.NdefMessage) throws android.nfc.FormatException, jav…
/frameworks/base/api/
Dcurrent.txt31012 public class FormatException extends java.lang.Exception {
31013 ctor public FormatException();
31014 ctor public FormatException(String);
31015 ctor public FormatException(String, Throwable);
31019 ctor public NdefMessage(byte[]) throws android.nfc.FormatException;
31032 ctor @Deprecated public NdefRecord(byte[]) throws android.nfc.FormatException;
31314 …method public android.nfc.NdefMessage getNdefMessage() throws android.nfc.FormatException, java.io…
31320 …method public void writeNdefMessage(android.nfc.NdefMessage) throws android.nfc.FormatException, j…
31331 …method public void format(android.nfc.NdefMessage) throws android.nfc.FormatException, java.io.IOE…
31332 …method public void formatReadOnly(android.nfc.NdefMessage) throws android.nfc.FormatException, jav…