Searched refs:END_OF_PARCEL (Results 1 – 1 of 1) sorted by relevance
45 private static final int END_OF_PARCEL = 0; field in ParcelableListBinder85 while (i < mCount && data.readInt() != END_OF_PARCEL) { in onTransact()124 data.writeInt(END_OF_PARCEL); in send()