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

/ndk/tests/abcc/src/compiler/abcc/
H A DAbccService.java38 class WorkingThread extends Thread { class in class:AbccService
41 Log.i(TAG, "WorkingThread run");
62 Log.i(TAG, "WorkingThread run okay");
66 Log.i(TAG, "WorkingThread run done");
101 new WorkingThread().start();
229 new WorkingThread().start();

Completed in 28 milliseconds