Home | History | Annotate | Download | only in music

Lines Matching defs:Worker

85     private Worker mAlbumArtWorker;
102 mAlbumArtWorker = new Worker("album art worker");
1339 private static class Worker implements Runnable {
1344 * Creates a worker thread with the given name. The thread
1348 Worker(String name) {