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