Home
last modified time | relevance | path

Searched refs:STATUS_PAUSED (Results 1 – 6 of 6) sorted by relevance

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java20 import static android.app.DownloadManager.STATUS_PAUSED;
192 download.runUntilStatus(DownloadManager.STATUS_PAUSED); in testInterruptedDownload()
212 download.runUntilStatus(DownloadManager.STATUS_PAUSED); in testInterruptedExternalDownload()
403 download.runUntilStatus(DownloadManager.STATUS_PAUSED); in testSizeLimitOverMobile()
446 download.runUntilStatus(DownloadManager.STATUS_PAUSED); in testRunawayUnavailable()
475 download.runUntilStatus(STATUS_PAUSED); in testEtagChanged()
590 download.runUntilStatus(DownloadManager.STATUS_PAUSED); in testBasicConnectivityChanges()
611 download.runUntilStatus(DownloadManager.STATUS_PAUSED); in testAllowedNetworkTypes()
630 download.runUntilStatus(DownloadManager.STATUS_PAUSED); in testRoaming()
687 download.runUntilStatus(DownloadManager.STATUS_PAUSED); in testRetryAfter()
[all …]
/packages/modules/Media/apex/framework/java/android/media/
DMediaTranscodingManager.java271 || session.getStatus() == TranscodingSession.STATUS_PAUSED) { in onClientDied()
360 updateStatus(sessionId, TranscodingSession.STATUS_PAUSED);
1269 public static final int STATUS_PAUSED = 4; field in MediaTranscodingManager.TranscodingSession
1276 STATUS_PAUSED,
1638 case STATUS_PAUSED: in toString()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSystemBroadcastReceiver.java121 | DownloadManager.STATUS_PAUSED in removeOldDownloads()
/packages/modules/Media/apex/framework/api/
Dsystem-current.txt46 field public static final int STATUS_PAUSED = 4; // 0x4
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DTrampolineActivity.java114 case DownloadManager.STATUS_PAUSED: in onCreate()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java652 case DownloadManager.STATUS_PAUSED: in includeDownloadFromCursor()