Example #1
0
 public void readTypedList <T>(java.util.List <T> list, android.os.ParcelableClass.Creator
                               <T> c)
 {
     throw new System.NotImplementedException();
 }
Example #2
0
 public T[] readTypedArray <T>(android.os.ParcelableClass.Creator <T> c)
 {
     throw new System.NotImplementedException();
 }
Example #3
0
 public java.util.ArrayList <T> createTypedArrayList <T>(android.os.ParcelableClass.Creator
                                                         <T> c)
 {
     throw new System.NotImplementedException();
 }