Searched refs:ParcelableException (Results 1 – 10 of 10) sorted by relevance
37 public final class ParcelableException extends RuntimeException implements Parcelable { class38 public ParcelableException(Throwable t) { in ParcelableException() method in ParcelableException77 public static final Creator<ParcelableException> CREATOR = new Creator<ParcelableException>() {79 public ParcelableException createFromParcel(Parcel source) {80 return new ParcelableException(readFromParcel(source));84 public ParcelableException[] newArray(int size) {85 return new ParcelableException[size];
30 import android.os.ParcelableException;100 } catch (ParcelableException e) { in getTotalBytes()133 } catch (ParcelableException e) { in getFreeBytes()151 } catch (ParcelableException e) { in getCacheBytes()201 } catch (ParcelableException e) { in queryStatsForPackage()243 } catch (ParcelableException e) { in queryStatsForUid()281 } catch (ParcelableException e) { in queryStatsForUser()318 } catch (ParcelableException e) { in queryExternalStatsForUser()
21 import android.os.ParcelableException;34 throw new ParcelableException(e); in wrap()38 if (e instanceof ParcelableException) { in maybeUnwrapIOException()39 ((ParcelableException) e).maybeRethrow(IOException.class); in maybeUnwrapIOException()
41 import android.os.ParcelableException;162 throw new ParcelableException(new IOException(e.getMessage())); in isQuotaSupported()175 throw new ParcelableException( in getTotalBytes()192 throw new ParcelableException(e); in getFreeBytes()249 throw new ParcelableException(e); in queryStatsForPackage()280 throw new ParcelableException(new IOException(e.getMessage())); in queryStatsForPackage()317 throw new ParcelableException(e); in queryStatsForUid()333 throw new ParcelableException(new IOException(e.getMessage())); in queryStatsForUid()359 throw new ParcelableException(new IOException(e.getMessage())); in queryStatsForUser()386 throw new ParcelableException(new IOException(e.getMessage())); in queryExternalStatsForUser()
47 import android.os.ParcelableException;1546 } catch (ParcelableException e) { in getCacheQuotaBytes()1587 } catch (ParcelableException e) { in getCacheSizeBytes()1715 } catch (ParcelableException e) { in getAllocatableBytes()1772 } catch (ParcelableException e) { in allocateBytes()
49 import android.os.ParcelableException;1566 if (e instanceof ParcelableException) { in rethrowIfNecessary()1567 ((ParcelableException) e).maybeRethrow(FileNotFoundException.class); in rethrowIfNecessary()
61 import android.os.ParcelableException;946 throw new ParcelableException(e); in call()
62 import android.os.ParcelableException;3288 throw new ParcelableException(e); in getCacheSizeBytes()3340 throw new ParcelableException(e); in getAllocatableBytes()3357 throw new ParcelableException(new IOException("Failed to allocate " + bytes in allocateBytes()3374 throw new ParcelableException(e); in allocateBytes()
1942 android.os.ParcelableException
3285 android.os.ParcelableException