Searched refs:STATUS_RUNNING (Results 1 – 12 of 12) sorted by relevance
120 if (BluetoothShare.STATUS_RUNNING == mStatus) { in isObsolete()
336 public static final int STATUS_RUNNING = 192; field in BluetoothShare
139 if (info.mStatus == BluetoothShare.STATUS_RUNNING) { in deleteShare()
348 Constants.updateShareStatus(mContext1, mInfo.mId, BluetoothShare.STATUS_RUNNING); in sendFile()387 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING); in sendFile()
261 } else if (statusCode == BluetoothShare.STATUS_RUNNING) { in getStatusDescription()
368 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING); in onPut()
304 case Downloads.Impl.STATUS_RUNNING: // download interrupted (process killed etc) while in isReadyToStart()466 if (mStatus != Impl.STATUS_RUNNING) { in startIfReady()467 mStatus = Impl.STATUS_RUNNING; in startIfReady()
482 if (info.mStatus == Downloads.Impl.STATUS_RUNNING) { in deleteDownloadLocked()
117 if (rslt == Downloads.Impl.STATUS_RUNNING || rslt == Downloads.Impl.STATUS_PENDING) { in runUntilStatus()
232 .setFilterByStatus(DownloadManager.STATUS_RUNNING)); in testFiltering()
160 case DownloadManager.STATUS_RUNNING: in getStatusStringId()
540 case DownloadManager.STATUS_RUNNING: