Searched refs:BadTypeParcelableException (Results 1 – 8 of 8) sorted by relevance
20 class BadTypeParcelableException extends BadParcelableException { class21 BadTypeParcelableException(String msg) { in BadTypeParcelableException() method in BadTypeParcelableException24 BadTypeParcelableException(Exception cause) { in BadTypeParcelableException() method in BadTypeParcelableException27 BadTypeParcelableException(String msg, Throwable cause) { in BadTypeParcelableException() method in BadTypeParcelableException
1021 } catch (ClassCastException | BadTypeParcelableException e) { in getParcelableArray()1150 } catch (ClassCastException | BadTypeParcelableException e) { in getSparseParcelableArray()
282 } catch (ClassCastException | BadTypeParcelableException e) { in getPairValue()738 } catch (ClassCastException | BadTypeParcelableException e) { in get()1528 } catch (ClassCastException | BadTypeParcelableException e) { in getArrayList()
4755 throw new BadTypeParcelableException("Unparcelled object " + object in readValue()4791 throw new BadTypeParcelableException( in checkArrayTypeToUnparcel()4806 throw new BadTypeParcelableException( in checkTypeToUnparcel()4960 throw new BadTypeParcelableException("Parcelable creator " + name + " is not " in readParcelableCreatorInternal()4986 throw new BadTypeParcelableException("Parcelable creator " + name + " is not " in readParcelableCreatorInternal()5142 throw new BadTypeParcelableException("Serializable object " in readSerializableInternal()5167 throw new BadTypeParcelableException("Serializable object " in readSerializableInternal()
5785 android.os.BadTypeParcelableException
28572 Landroid/os/BadTypeParcelableException;
5789 android.os.BadTypeParcelableException
38679 Landroid/os/BadTypeParcelableException;