HomeSort by relevance Sort by last modified time
    Searched refs:mIsInterrupted (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/util/
InterruptableOutputStream.java 30 private volatile boolean mIsInterrupted = false;
38 if (mIsInterrupted) throw new InterruptedIOException();
46 if (mIsInterrupted) throw new InterruptedIOException();
60 if (mIsInterrupted) throw new InterruptedIOException();
65 mIsInterrupted = true;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 673 private boolean mIsInterrupted = false;
704 mIsInterrupted = true;
719 if (mIsInterrupted) {
788 if (mIsInterrupted) {
    [all...]
BluetoothOppService.java 559 private boolean mIsInterrupted;
563 mIsInterrupted = false;
568 mIsInterrupted = true;
580 while (!mIsInterrupted) {
588 + mListenStarted + " isInterrupted :" + mIsInterrupted);
    [all...]

Completed in 230 milliseconds