Home | History | Annotate | Download | only in frameworkperf

Lines Matching refs:RunnerThread

232         RunnerThread mBackgroundThread;
233 RunnerThread mForegroundThread;
290 mBackgroundThread = new RunnerThread("background", new Runnable() {
303 mForegroundThread = new RunnerThread("foreground", new Runnable() {
396 class RunnerThread extends Thread {
400 RunnerThread(String name, Runnable op, int priority) {