Home | History | Annotate | Download | only in os

Lines Matching refs:POOL_SIZE

198     private static final int POOL_SIZE = 6;
199 private static final Parcel[] sOwnedPool = new Parcel[POOL_SIZE];
200 private static final Parcel[] sHolderPool = new Parcel[POOL_SIZE];
303 for (int i=0; i<POOL_SIZE; i++) {
334 for (int i=0; i<POOL_SIZE; i++) {
2400 for (int i=0; i<POOL_SIZE; i++) {