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