Searched refs:thd (Results 1 – 1 of 1) sorted by relevance
352 final HandlerThread thd = new HandlerThread("testAsync"); in testAsync() local353 thd.start(); in testAsync()354 final Handler h = new Handler(thd.getLooper()); in testAsync()355 L(TAG, "asyncTest: dispatching load to thread: " + thd); in testAsync()