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