Searched refs:mIsInterrupted (Results 1 – 1 of 1) sorted by relevance
30 private volatile boolean mIsInterrupted = false; field in InterruptableOutputStream38 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()