Searched refs:mTimedOut (Results 1 – 1 of 1) sorted by relevance
512 final AtomicBoolean mTimedOut = new AtomicBoolean(); field in DumpActivity.Dumper529 () -> mTimedOut.set(true), in doInBackground()545 if (mTimedOut.get()) { in doInBackground()