Home
last modified time | relevance | path

Searched refs:thd (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java352 final HandlerThread thd = new HandlerThread("testAsync"); in testAsync() local
353 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()