Searched refs:callerThread (Results 1 – 1 of 1) sorted by relevance
299 val callerThread = Thread.currentThread() in assertMainThread() constant302 "must be called by the main thread; but was called by " + callerThread in assertMainThread()304 .that(callerThread).isSameInstanceAs(mainThread) in assertMainThread()