Searched refs:mInterruptedInThread (Results 1 – 1 of 1) sorted by relevance
44 private volatile String mInterruptedInThread; field in ParallelPackageParser85 if (mInterruptedInThread != null) { in take()86 throw new InterruptedException("Interrupted in " + mInterruptedInThread); in take()120 mInterruptedInThread = Thread.currentThread().getName(); in submit()