Searched defs:POOL_SIZE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
H A DBitmapPoolTest.java35 private static final int POOL_SIZE = 5; field in class:BitmapPoolTest
51 for (int i = 0; i < POOL_SIZE; i++) {
64 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME);
75 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME);
93 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME);
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DFileOperationService.java91 private static final int POOL_SIZE = 2; // "pool size", not *max* "pool size". field in class:FileOperationService
132 executor = Executors.newFixedThreadPool(POOL_SIZE);

Completed in 157 milliseconds