Home
last modified time | relevance | path

Searched refs:STATUS_RUNNING (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppShareInfo.java120 if (BluetoothShare.STATUS_RUNNING == mStatus) { in isObsolete()
DBluetoothShare.java336 public static final int STATUS_RUNNING = 192; field in BluetoothShare
DBluetoothOppBatch.java139 if (info.mStatus == BluetoothShare.STATUS_RUNNING) { in deleteShare()
DBluetoothOppObexClientSession.java348 Constants.updateShareStatus(mContext1, mInfo.mId, BluetoothShare.STATUS_RUNNING); in sendFile()
387 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING); in sendFile()
DBluetoothOppUtility.java261 } else if (statusCode == BluetoothShare.STATUS_RUNNING) { in getStatusDescription()
DBluetoothOppObexServerSession.java368 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING); in onPut()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadInfo.java304 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()
DDownloadService.java482 if (info.mStatus == Downloads.Impl.STATUS_RUNNING) { in deleteDownloadLocked()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DDownloadProviderFunctionalTest.java117 if (rslt == Downloads.Impl.STATUS_RUNNING || rslt == Downloads.Impl.STATUS_PENDING) { in runUntilStatus()
DPublicApiFunctionalTest.java232 .setFilterByStatus(DownloadManager.STATUS_RUNNING)); in testFiltering()
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DDownloadAdapter.java160 case DownloadManager.STATUS_RUNNING: in getStatusStringId()
DDownloadList.java540 case DownloadManager.STATUS_RUNNING: