Searched refs:inProgress (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/service/
H A DAttachmentDownloadServiceTests.java125 assertTrue(req.inProgress);
132 assertFalse(req.inProgress);
139 assertTrue(req.inProgress);
158 assertTrue(req.inProgress);
/packages/apps/Email/src/com/android/email/service/
H A DAttachmentDownloadService.java172 boolean inProgress = false; field in class:AttachmentDownloadService.DownloadRequest
334 if (!req.inProgress) {
496 req.inProgress = true;
506 req.inProgress = false;
542 req.inProgress = false;
975 (req.inProgress ? " [In progress]" : ""));
999 if (req.inProgress) {
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DAudioTrackLinearLayout.java310 * @param inProgress true if playback is in progress
312 public void setPlaybackInProgress(boolean inProgress) { argument
313 mPlaybackInProgress = inProgress;
317 if (inProgress && mAudioTrackActionMode != null) {
H A DOverlayLinearLayout.java363 * @param inProgress true if playback is in progress
365 public void setPlaybackInProgress(boolean inProgress) { argument
366 mPlaybackInProgress = inProgress;
370 if (inProgress && mOverlayActionMode != null) {
H A DMediaLinearLayout.java586 * @param inProgress {@code true} if playback is in progress, false otherwise
588 public void setPlaybackInProgress(boolean inProgress) { argument
589 mPlaybackInProgress = inProgress;
590 setPlaybackState(inProgress);

Completed in 90 milliseconds