Searched refs:isCurrentThread (Results 1 – 12 of 12) sorted by relevance
27 if (!Looper.getMainLooper().isCurrentThread()) { in isMainThread()33 if (Looper.getMainLooper().isCurrentThread()) { in isNotMainThread()
53 bool isCurrentThread() const { in isCurrentThread() function159 if (!runningLocally && !thread->isCurrentThread()) { in stop()
224 public boolean isCurrentThread() { in isCurrentThread() method in Looper
262 if (!Looper.getMainLooper().isCurrentThread()) { in throwIfNotCalledOnMainThread()
381 if (!Looper.getMainLooper().isCurrentThread()) { in throwIfNotCalledOnMainThread()
1457 if (mHandler.getLooper().isCurrentThread()) {1800 if (mHandler.getLooper().isCurrentThread()) {
2426 if (p.mEventHandler.getLooper().isCurrentThread()) {
1885 if (mMainLooper.isCurrentThread()) { in dispatchInputEvent()1995 if (p.mHandler.getLooper().isCurrentThread()) { in invokeFinishedInputEventCallback()
1342 if (Looper.getMainLooper().isCurrentThread()) { in throwIfCalledOnMainThread()
1077 if (Looper.getMainLooper().isCurrentThread()) { in failActivePrintJobsForService()
30929 method public boolean isCurrentThread();
33671 method public boolean isCurrentThread();