Searched refs:mIsInterrupted (Results 1 – 5 of 5) 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()
50 private volatile boolean mIsInterrupted; field in RegularMaintenanceJobService.InterruptMaintenance55 mIsInterrupted = false; in InterruptMaintenance()63 mIsInterrupted = interrupt; in setInterrupted()67 return mIsInterrupted; in isInterrupted()
735 @VisibleForTesting boolean mIsInterrupted = false; field in BluetoothOppTransfer.SocketConnectThread758 mIsInterrupted = true; in interrupt()777 if (mIsInterrupted) { in connectRfcommSocket()854 if (mIsInterrupted) { in run()
694 private boolean mIsInterrupted; field in BluetoothOppService.UpdateThread698 mIsInterrupted = false; in UpdateThread()703 mIsInterrupted = true; in interrupt()712 while (!mIsInterrupted) { in run()726 + mIsInterrupted); in run()
380 assertThat(socketConnectThread.mIsInterrupted).isTrue(); in socketConnectThreadInterrupt()