Searched refs:isCurrentThread (Results 1 – 8 of 8) sorted by relevance
50 bool isCurrentThread() const { in isCurrentThread() function152 if (!runningLocally && !thread->isCurrentThread()) { in stop()
195 public boolean isCurrentThread() { in isCurrentThread() method in Looper
260 if (!Looper.getMainLooper().isCurrentThread()) { in throwIfNotCalledOnMainThread()
341 if (!Looper.getMainLooper().isCurrentThread()) { in throwIfNotCalledOnMainThread()
1764 if (mMainLooper.isCurrentThread()) { in dispatchInputEvent()1846 if (p.mHandler.getLooper().isCurrentThread()) { in invokeFinishedInputEventCallback()
1135 if (mHandler.getLooper().isCurrentThread()) {
1756 if (p.mEventHandler.getLooper().isCurrentThread()) {
854 if (Looper.getMainLooper().isCurrentThread()) { in failActivePrintJobsForService()