Searched refs:mIsInterrupted (Results 1 – 4 of 4) 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()
47 private volatile boolean mIsInterrupted; field in RegularMaintenanceJobService.InterruptMaintenance52 mIsInterrupted = false; in InterruptMaintenance()60 mIsInterrupted = interrupt; in setInterrupted()64 return mIsInterrupted; in isInterrupted()
678 private boolean mIsInterrupted = false; field in BluetoothOppTransfer.SocketConnectThread709 mIsInterrupted = true; in interrupt()724 if (mIsInterrupted) { in connectRfcommSocket()794 if (mIsInterrupted) { in run()
572 private boolean mIsInterrupted; field in BluetoothOppService.UpdateThread576 mIsInterrupted = false; in UpdateThread()581 mIsInterrupted = true; in interrupt()593 while (!mIsInterrupted) { in run()602 + mListenStarted + " isInterrupted :" + mIsInterrupted); in run()