Searched refs:getThread (Results 1 – 14 of 14) sorted by relevance
98 public Thread getThread() { in getThread() method in LooperExecutor99 return mHandler.getLooper().getThread(); in getThread()116 Process.setThreadPriority(((HandlerThread) getThread()).getThreadId(), priority); in setThreadPriority()
133 && (mLooper.getThread().getState() != Thread.State.TERMINATED)) { in startSound()168 if ((mLooper != null) && (mLooper.getThread().getState() != Thread.State.TERMINATED)) { in stopSound()
43 return Looper.getMainLooper().getThread() == Thread.currentThread();
61 if (getMainLooper().getThread() != t) { in uncaughtException()
87 mLooper.getThread().join(); in close()
142 if (Looper.getMainLooper().getThread() != Thread.currentThread()) { in stop()
48 ((HandlerThread) sHandler.getLooper().getThread()).quit(); in setDir()
185 final boolean background = getMainLooper().getThread() != thread; in uncaughtException()
61 mLooper.getThread().join(); in tearDown()
102 mLooper.getThread().join(); in tearDown()
118 mLooper.getThread().join(); in tearDown()
371 this.getLooper().getThread().interrupt(); in abort()
315 if (context.getMainLooper().getThread().equals(Thread.currentThread())) { in getProgramAt()
1860 return myLooper != null && (mStateMachinesThread != null) && (myLooper.getThread().getId() in isOnStateMachineThread()