Home | History | Annotate | Download | only in music

Lines Matching refs:Worker

83     private Worker mAlbumArtWorker;
97 mAlbumArtWorker = new Worker("album art worker");
1330 private static class Worker implements Runnable {
1335 * Creates a worker thread with the given name. The thread
1339 Worker(String name) {