Parcel.java
Go to the documentation of this file.
00001 package android.os;
00002 
00003 
00004 public class Parcel {
00005 
00006         public void writeString(String mId) {
00007                 // TODO Auto-generated method stub
00008                 
00009         }
00010 
00011         public void writeValue(String string) {
00012                 // TODO Auto-generated method stub
00013                 
00014         }
00015 
00016         public String readString() {
00017                 // TODO Auto-generated method stub
00018                 return null;
00019         }
00020 
00021         public void writeParcelable(Parcelable mResult, int flags) {
00022                 // TODO Auto-generated method stub
00023                 
00024         }
00025 
00026         public void writeValue(Boolean mResult) {
00027                 // TODO Auto-generated method stub
00028                 
00029         }
00030 
00031         public void writeInt(int i) {
00032                 // TODO Auto-generated method stub
00033                 
00034         }
00035 
00036         public int readInt() {
00037                 // TODO Auto-generated method stub
00038                 return 0;
00039         }
00040 
00041         public void writeValue(Integer genreid) {
00042                 // TODO Auto-generated method stub
00043                 
00044         }
00045 
00046         public void writeValue(Parcel value) {
00047                 // TODO Auto-generated method stub
00048                 
00049         }
00050 
00051         public <T extends Parcelable> T readParcelable(ClassLoader classLoader) {
00052                 // TODO Auto-generated method stub
00053                 return null;
00054         }
00055 
00056         public void writeValue(Parcelable resume) {
00057                 // TODO Auto-generated method stub
00058                 
00059         }
00060 
00061         public void writeValue(Double positionPercentage) {
00062                 // TODO Auto-generated method stub
00063                 
00064         }
00065 
00066         public Double readDouble() {
00067                 // TODO Auto-generated method stub
00068                 return null;
00069         }
00070 
00071 }


smarthome_media_kodi_driver
Author(s): Mickael Gaillard , Erwan Le Huitouze
autogenerated on Thu Jun 6 2019 21:03:49