Home
last modified time | relevance | path

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

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