Home | History | Annotate | Download | only in os

Lines Matching refs:POOL_SIZE

195     private static final int POOL_SIZE = 6;
196 private static final Parcel[] sOwnedPool = new Parcel[POOL_SIZE];
197 private static final Parcel[] sHolderPool = new Parcel[POOL_SIZE];
294 for (int i=0; i<POOL_SIZE; i++) {
325 for (int i=0; i<POOL_SIZE; i++) {
2235 for (int i=0; i<POOL_SIZE; i++) {