Searched refs:workerLooper (Results 1 – 2 of 2) sorted by relevance
51 private val workerLooper: Looper, in <lambda>() constant in com.android.systemui.broadcast.UserBroadcastDispatcher73 private val workerHandler = Handler(workerLooper) in <lambda>()104 Preconditions.checkState(workerLooper.isCurrentThread, wrongThreadErrorMsg) in <lambda>()168 Preconditions.checkState(workerLooper.isCurrentThread, wrongThreadErrorMsg) in <lambda>()
199 RemoteServiceHandler(Looper workerLooper, RemoteViewsAdapter adapter, Context context) { in RemoteServiceHandler() argument200 super(workerLooper); in RemoteServiceHandler()