Searched refs:IntentProcessor (Results 1 - 1 of 1) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiService.java207 private IntentProcessor mVideoThread;
208 private IntentProcessor mAudioThread;
209 private IntentProcessor mThumbnailThread;
1378 mVideoThread = new IntentProcessor("VideoServiceThread");
1381 mAudioThread = new IntentProcessor("AudioServiceThread");
1384 mThumbnailThread = new IntentProcessor("ThumbnailServiceThread");
4710 private class IntentProcessor extends Thread { class in class:ApiService
4713 public IntentProcessor(String threadName) { method in class:ApiService.IntentProcessor
4714 super("IntentProcessor-" + threadName);

Completed in 28 milliseconds