Searched refs:SUGGESTED_MAX_IPC_SIZE (Results 1 – 1 of 1) sorted by relevance
43 private static final int SUGGESTED_MAX_IPC_SIZE = IBinder.getSuggestedMaxIpcSizeBytes(); field in ParcelableListBinder118 while (i < count && data.dataSize() < SUGGESTED_MAX_IPC_SIZE) { in send()