| Changed Methods
|
void appendFrom(Parcel, int, int)
|
Change from final to non-final.
|
|
IBinder[] createBinderArray()
|
Change from final to non-final.
|
|
ArrayList<IBinder> createBinderArrayList()
|
Change from final to non-final.
|
|
boolean[] createBooleanArray()
|
Change from final to non-final.
|
|
byte[] createByteArray()
|
Change from final to non-final.
|
|
char[] createCharArray()
|
Change from final to non-final.
|
|
double[] createDoubleArray()
|
Change from final to non-final.
|
|
float[] createFloatArray()
|
Change from final to non-final.
|
|
int[] createIntArray()
|
Change from final to non-final.
|
|
long[] createLongArray()
|
Change from final to non-final.
|
|
String[] createStringArray()
|
Change from final to non-final.
|
|
ArrayList<String> createStringArrayList()
|
Change from final to non-final.
|
|
T[] createTypedArray(Creator<T>)
|
Change from final to non-final.
|
|
ArrayList<T> createTypedArrayList(Creator<T>)
|
Change from final to non-final.
|
|
int dataAvail()
|
Change from final to non-final.
|
|
int dataCapacity()
|
Change from final to non-final.
|
|
int dataPosition()
|
Change from final to non-final.
|
|
int dataSize()
|
Change from final to non-final.
|
|
void enforceInterface(String)
|
Change from final to non-final.
|
|
boolean hasFileDescriptors()
|
Change from final to non-final.
|
|
byte[] marshall()
|
Change from final to non-final.
|
|
Object[] readArray(ClassLoader)
|
Change from final to non-final.
|
|
ArrayList readArrayList(ClassLoader)
|
Change from final to non-final.
|
|
void readBinderArray(IBinder[])
|
Change from final to non-final.
|
|
void readBinderList(List<IBinder>)
|
Change from final to non-final.
|
|
void readBooleanArray(boolean[])
|
Change from final to non-final.
|
|
byte readByte()
|
Change from final to non-final.
|
|
void readByteArray(byte[])
|
Change from final to non-final.
|
|
void readCharArray(char[])
|
Change from final to non-final.
|
|
double readDouble()
|
Change from final to non-final.
|
|
void readDoubleArray(double[])
|
Change from final to non-final.
|
|
ParcelFileDescriptor readFileDescriptor()
|
Change from final to non-final.
|
|
float readFloat()
|
Change from final to non-final.
|
|
void readFloatArray(float[])
|
Change from final to non-final.
|
|
HashMap readHashMap(ClassLoader)
|
Change from final to non-final.
|
|
int readInt()
|
Change from final to non-final.
|
|
void readIntArray(int[])
|
Change from final to non-final.
|
|
void readList(List, ClassLoader)
|
Change from final to non-final.
|
|
long readLong()
|
Change from final to non-final.
|
|
void readLongArray(long[])
|
Change from final to non-final.
|
|
void readMap(Map, ClassLoader)
|
Change from final to non-final.
|
|
T readParcelable(ClassLoader)
|
Change from final to non-final.
|
|
Parcelable[] readParcelableArray(ClassLoader)
|
Change from final to non-final.
|
|
Serializable readSerializable()
|
Change from final to non-final.
|
|
Size readSize()
|
Change from final to non-final.
|
|
SizeF readSizeF()
|
Change from final to non-final.
|
|
SparseArray readSparseArray(ClassLoader)
|
Change from final to non-final.
|
|
SparseBooleanArray readSparseBooleanArray()
|
Change from final to non-final.
|
|
String readString()
|
Change from final to non-final.
|
|
void readStringArray(String[])
|
Change from final to non-final.
|
|
void readStringList(List<String>)
|
Change from final to non-final.
|
|
IBinder readStrongBinder()
|
Change from final to non-final.
|
|
void readTypedArray(T[], Creator<T>)
|
Change from final to non-final.
|
|
void readTypedList(List<T>, Creator<T>)
|
Change from final to non-final.
|
|
T readTypedObject(Creator<T>)
|
Change from final to non-final.
|
|
Object readValue(ClassLoader)
|
Change from final to non-final.
|
|
void recycle()
|
Change from final to non-final.
|
|
void setDataCapacity(int)
|
Change from final to non-final.
|
|
void setDataPosition(int)
|
Change from final to non-final.
|
|
void setDataSize(int)
|
Change from final to non-final.
|
|
void unmarshall(byte[], int, int)
|
Change from final to non-final.
|
|
void writeArray(Object[])
|
Change from final to non-final.
|
|
void writeBinderArray(IBinder[])
|
Change from final to non-final.
|
|
void writeBinderList(List<IBinder>)
|
Change from final to non-final.
|
|
void writeBooleanArray(boolean[])
|
Change from final to non-final.
|
|
void writeBundle(Bundle)
|
Change from final to non-final.
|
|
void writeByte(byte)
|
Change from final to non-final.
|
|
void writeCharArray(char[])
|
Change from final to non-final.
|
|
void writeDouble(double)
|
Change from final to non-final.
|
|
void writeDoubleArray(double[])
|
Change from final to non-final.
|
|
void writeException(Exception)
|
Change from final to non-final.
|
|
void writeFileDescriptor(FileDescriptor)
|
Change from final to non-final.
|
|
void writeFloat(float)
|
Change from final to non-final.
|
|
void writeFloatArray(float[])
|
Change from final to non-final.
|
|
void writeInt(int)
|
Change from final to non-final.
|
|
void writeIntArray(int[])
|
Change from final to non-final.
|
|
void writeInterfaceToken(String)
|
Change from final to non-final.
|
|
void writeList(List)
|
Change from final to non-final.
|
|
void writeLong(long)
|
Change from final to non-final.
|
|
void writeLongArray(long[])
|
Change from final to non-final.
|
|
void writeMap(Map)
|
Change from final to non-final.
|
|
void writeNoException()
|
Change from final to non-final.
|
|
void writeParcelable(Parcelable, int)
|
Change from final to non-final.
|
|
void writeParcelableArray(T[], int)
|
Change from final to non-final.
|
|
void writePersistableBundle(PersistableBundle)
|
Change from final to non-final.
|
|
void writeSerializable(Serializable)
|
Change from final to non-final.
|
|
void writeSize(Size)
|
Change from final to non-final.
|
|
void writeSizeF(SizeF)
|
Change from final to non-final.
|
|
void writeSparseArray(SparseArray<Object>)
|
Change from final to non-final.
|
|
void writeSparseBooleanArray(SparseBooleanArray)
|
Change from final to non-final.
|
|
void writeString(String)
|
Change from final to non-final.
|
|
void writeStringArray(String[])
|
Change from final to non-final.
|
|
void writeStringList(List<String>)
|
Change from final to non-final.
|
|
void writeStrongBinder(IBinder)
|
Change from final to non-final.
|
|
void writeStrongInterface(IInterface)
|
Change from final to non-final.
|
|
void writeTypedArray(T[], int)
|
Change from final to non-final.
|
|
void writeTypedList(List<T>)
|
Change from final to non-final.
|
|
void writeTypedObject(T, int)
|
Change from final to non-final.
|
|
void writeValue(Object)
|
Change from final to non-final.
|
|
Bundle readBundle()
|
Change from final to non-final.
|
|
Bundle readBundle(ClassLoader)
|
Change from final to non-final.
|
|
void readException()
|
Change from final to non-final.
|
|
void readException(int, String)
|
Change from final to non-final.
|
|
PersistableBundle readPersistableBundle()
|
Change from final to non-final.
|
|
PersistableBundle readPersistableBundle(ClassLoader)
|
Change from final to non-final.
|
|
void writeByteArray(byte[])
|
Change from final to non-final.
|
|
void writeByteArray(byte[], int, int)
|
Change from final to non-final.
|
|