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

  /frameworks/av/media/libstagefright/include/
M3UParser.h 56 bool mIsComplete;
  /frameworks/native/opengl/libagl/
TextureObjectManager.h 61 bool isComplete() const { return mIsComplete; }
71 bool mIsComplete;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java 75 boolean mIsComplete;
146 mIsComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus);
151 if (!mIsComplete) {
444 if (!mIsComplete && BluetoothShare.isStatusCompleted(mTransInfo.mStatus)

Completed in 115 milliseconds