Home
last modified time | relevance | path

Searched refs:mIsInterrupted (Results 1 – 4 of 4) 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()
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DRegularMaintenanceJobService.java47 private volatile boolean mIsInterrupted; field in RegularMaintenanceJobService.InterruptMaintenance
52 mIsInterrupted = false; in InterruptMaintenance()
60 mIsInterrupted = interrupt; in setInterrupted()
64 return mIsInterrupted; in isInterrupted()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java672 private boolean mIsInterrupted = false; field in BluetoothOppTransfer.SocketConnectThread
703 mIsInterrupted = true; in interrupt()
718 if (mIsInterrupted) { in connectRfcommSocket()
787 if (mIsInterrupted) { in run()
DBluetoothOppService.java576 private boolean mIsInterrupted; field in BluetoothOppService.UpdateThread
580 mIsInterrupted = false; in UpdateThread()
585 mIsInterrupted = true; in interrupt()
597 while (!mIsInterrupted) { in run()
606 + mListenStarted + " isInterrupted :" + mIsInterrupted); in run()