Searched refs:mIsInterrupted (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DInterruptableOutputStream.java30 private volatile boolean mIsInterrupted = false; field in class:InterruptableOutputStream
38 if (mIsInterrupted) throw new InterruptedIOException();
46 if (mIsInterrupted) throw new InterruptedIOException();
60 if (mIsInterrupted) throw new InterruptedIOException();
65 mIsInterrupted = true;

Completed in 46 milliseconds