Searched refs:CHECK_PARCEL_SIZE (Results 1 – 4 of 4) sorted by relevance
93 public static final boolean CHECK_PARCEL_SIZE = false; field in Binder1368 if (CHECK_PARCEL_SIZE && parcel.dataSize() >= 800*1024) { in checkParcel()
3142 if (Binder.CHECK_PARCEL_SIZE && total > 10 * 1024) { in writeToParcel()
459 if (Binder.CHECK_PARCEL_SIZE && total > 20*1024) { in writeToParcel()
34810 Landroid/os/Binder;->CHECK_PARCEL_SIZE:Z