android.os.Parcel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of findsecbugs-plugin-deps Show documentation
Show all versions of findsecbugs-plugin-deps Show documentation
This module create facades for all the APIs (classes, interfaces and annotations)
that are use in the test code. The objective is to avoid the needed to download
all the framework supported by the static analyzer.
The newest version!
package android.os;
//import android.util.Size;
//import android.util.SizeF;
//import android.util.SparseArray;
//import android.util.SparseBooleanArray;
import java.io.FileDescriptor;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public final class Parcel
{
Parcel()
{
throw new RuntimeException("Stub!");
}
public static Parcel obtain()
{
throw new RuntimeException("Stub!");
}
public final void recycle()
{
throw new RuntimeException("Stub!");
}
public final int dataSize()
{
throw new RuntimeException("Stub!");
}
public final int dataAvail()
{
throw new RuntimeException("Stub!");
}
public final int dataPosition()
{
throw new RuntimeException("Stub!");
}
public final int dataCapacity()
{
throw new RuntimeException("Stub!");
}
public final void setDataSize(int size)
{
throw new RuntimeException("Stub!");
}
public final void setDataPosition(int pos)
{
throw new RuntimeException("Stub!");
}
public final void setDataCapacity(int size)
{
throw new RuntimeException("Stub!");
}
public final byte[] marshall()
{
throw new RuntimeException("Stub!");
}
public final void unmarshall(byte[] data, int offset, int length)
{
throw new RuntimeException("Stub!");
}
public final void appendFrom(Parcel parcel, int offset, int length)
{
throw new RuntimeException("Stub!");
}
public final boolean hasFileDescriptors()
{
throw new RuntimeException("Stub!");
}
public final void writeInterfaceToken(String interfaceName)
{
throw new RuntimeException("Stub!");
}
public final void enforceInterface(String interfaceName)
{
throw new RuntimeException("Stub!");
}
public final void writeByteArray(byte[] b)
{
throw new RuntimeException("Stub!");
}
public final void writeByteArray(byte[] b, int offset, int len)
{
throw new RuntimeException("Stub!");
}
public final void writeInt(int val)
{
throw new RuntimeException("Stub!");
}
public final void writeLong(long val)
{
throw new RuntimeException("Stub!");
}
public final void writeFloat(float val)
{
throw new RuntimeException("Stub!");
}
public final void writeDouble(double val)
{
throw new RuntimeException("Stub!");
}
public final void writeString(String val)
{
throw new RuntimeException("Stub!");
}
// public final void writeStrongBinder(IBinder val)
// {
// throw new RuntimeException("Stub!");
// }
//
// public final void writeStrongInterface(IInterface val)
// {
// throw new RuntimeException("Stub!");
// }
public final void writeFileDescriptor(FileDescriptor val)
{
throw new RuntimeException("Stub!");
}
public final void writeByte(byte val)
{
throw new RuntimeException("Stub!");
}
public final void writeMap(Map val)
{
throw new RuntimeException("Stub!");
}
public final void writeBundle(Bundle val)
{
throw new RuntimeException("Stub!");
}
// public final void writePersistableBundle(PersistableBundle val)
// {
// throw new RuntimeException("Stub!");
// }
// public final void writeSize(Size val)
// {
// throw new RuntimeException("Stub!");
// }
//
// public final void writeSizeF(SizeF val)
// {
// throw new RuntimeException("Stub!");
// }
public final void writeList(List val)
{
throw new RuntimeException("Stub!");
}
public final void writeArray(Object[] val)
{
throw new RuntimeException("Stub!");
}
// public final void writeSparseArray(SparseArray
© 2015 - 2025 Weber Informatics LLC | Privacy Policy