Searched refs:mIsInterruptAllowed (Results 1 – 1 of 1) sorted by relevance
57 private ThreadLocal<Boolean> mIsInterruptAllowed = new ThreadLocal<Boolean>() { field in RunUtil342 if (mIsInterruptAllowed.get()) { in runTimed()463 mIsInterruptAllowed.set(allow); in allowInterrupt()472 return mIsInterruptAllowed.get(); in isInterruptAllowed()