FileDocCategorySizeDatePackage
ResultStorageDescriptor.javaAPI DocAndroid 5.1 API719Sat Mar 14 14:10:02 GMT 2015android.bluetooth.le

ResultStorageDescriptor.java

package android.bluetooth.le;
public final class ResultStorageDescriptor
  implements android.os.Parcelable
{
public  ResultStorageDescriptor(int type, int offset, int length) { throw new RuntimeException("Stub!"); }
public  int getType() { throw new RuntimeException("Stub!"); }
public  int getOffset() { throw new RuntimeException("Stub!"); }
public  int getLength() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.bluetooth.le.ResultStorageDescriptor> CREATOR;
static { CREATOR = null; }
}