Searched refs:MAX_FIRST_IPC_SIZE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DParceledListSlice.java44 private static final int MAX_FIRST_IPC_SIZE = MAX_IPC_SIZE / 2; field in class:ParceledListSlice
121 while (i < N && dest.dataSize() < MAX_FIRST_IPC_SIZE) {

Completed in 56 milliseconds