HomeSort by relevance Sort by last modified time
    Searched full:writeexceptiontoparcel (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 495 DatabaseUtils.writeExceptionToParcel(parcel, new IllegalArgumentException());
505 DatabaseUtils.writeExceptionToParcel(parcel, new SQLiteAbortException());
515 DatabaseUtils.writeExceptionToParcel(parcel, new FileNotFoundException());
525 DatabaseUtils.writeExceptionToParcel(parcel, new FileNotFoundException());
  /frameworks/base/core/java/android/database/
BulkCursorNative.java 126 DatabaseUtils.writeExceptionToParcel(reply, e);
DatabaseUtils.java 82 public static final void writeExceptionToParcel(Parcel reply, Exception e) {
    [all...]
  /frameworks/base/core/java/android/content/
ContentProviderNative.java 360 DatabaseUtils.writeExceptionToParcel(reply, e);

Completed in 2000 milliseconds