Searched refs:MAX_DIRECT_PAYLOAD_SIZE (Results 1 – 8 of 8) sorted by relevance
19 import static com.android.car.internal.LargeParcelableBase.MAX_DIRECT_PAYLOAD_SIZE;44 private static final int ARRAY_LENGTH_SMALL = MAX_DIRECT_PAYLOAD_SIZE - 1;45 private static final int ARRAY_LENGTH_BIG = MAX_DIRECT_PAYLOAD_SIZE + 1;
182 if (payloadSize > LargeParcelable.MAX_DIRECT_PAYLOAD_SIZE) { in doTestLEcho()204 if (payloadSize > LargeParcelable.MAX_DIRECT_PAYLOAD_SIZE) { in doTestMultipleArgs()229 if (payloadSize > LargeParcelable.MAX_DIRECT_PAYLOAD_SIZE) { in doTestEchoWithCallback()
82 if (payloadSize > LargeParcelable.MAX_DIRECT_PAYLOAD_SIZE) { in doTestTestLargeParcelableToStableAIDLTestLargeParcelable()
53 static constexpr int32_t MAX_DIRECT_PAYLOAD_SIZE = 4096;107 bool noSharedMemory = (payloadSize <= MAX_DIRECT_PAYLOAD_SIZE); in parcelableToStableLargeParcelable()
54 public static final int MAX_DIRECT_PAYLOAD_SIZE = 4096; field in LargeParcelableBase141 boolean noSharedMemory = totalPayloadSize <= MAX_DIRECT_PAYLOAD_SIZE; in writeToParcel()
200 if (payloadSize <= LargeParcelableBase.MAX_DIRECT_PAYLOAD_SIZE) { in toLargeParcelable()
109 bool noSharedMemory = (payloadSize <= MAX_DIRECT_PAYLOAD_SIZE); in prepareSharedMemory()
208 MinMaxConstant: android.car.occupantconnection.Payload#MAX_DIRECT_PAYLOAD_SIZE:209 …n future, make them dynamic methods: android.car.occupantconnection.Payload#MAX_DIRECT_PAYLOAD_SIZE3662 UnflaggedApi: android.car.occupantconnection.Payload#MAX_DIRECT_PAYLOAD_SIZE:3663 …t be flagged with @FlaggedApi: field android.car.occupantconnection.Payload.MAX_DIRECT_PAYLOAD_SIZE