Searched defs:queue (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DIdentityCache.java37 public Entry(K key, V value, ReferenceQueue<V> queue) { argument
38 super(value, queue);
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DLruCache.java45 public Entry(K key, V value, ReferenceQueue<V> queue) { argument
46 super(value, queue);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DLruCache.java49 public Entry(K key, V value, ReferenceQueue<V> queue) { argument
50 super(value, queue);
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DFileCleaningTracker.java240 * @param queue the queue on to which the tracker will be pushed, not null
242 Tracker(String path, FileDeleteStrategy deleteStrategy, Object marker, ReferenceQueue<Object> queue) { argument
243 super(marker, queue);
/packages/apps/Calendar/src/com/android/calendar/
H A DEventLoader.java164 public LoaderThread(LinkedBlockingQueue<LoadRequest> queue, EventLoader eventLoader) { argument
165 mQueue = queue;
174 // queue is full. This should never happen because the queue
255 // queue is full. This should never happen because the queue
281 // queue is full. This should never happen because the queue
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 109 milliseconds