Home
last modified time | relevance | path

Searched refs:VISIBILITY_VISIBLE_NOTIFY_COMPLETED (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java551 return visibility == DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED || in isNotificationToBeDisplayed()
763 public static final int VISIBILITY_VISIBLE_NOTIFY_COMPLETED = field in Downloads.Impl
764 DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java20 import static android.app.DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED;
365 || download.mVisibility == VISIBILITY_VISIBLE_NOTIFY_COMPLETED); in isActiveAndVisible()
370 (download.mVisibility == VISIBILITY_VISIBLE_NOTIFY_COMPLETED in isCompleteAndVisible()
DDownloadReceiver.java19 import static android.app.DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED;
169 (visibility == VISIBILITY_VISIBLE_NOTIFY_COMPLETED in hideNotification()
DDownloadProvider.java585 Downloads.Impl.VISIBILITY_VISIBLE_NOTIFY_COMPLETED); in insert()
790 Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED, in checkInsertPermissions()
795 Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED, in checkInsertPermissions()
DDownloadInfo.java375 if (mVisibility == Downloads.Impl.VISIBILITY_VISIBLE_NOTIFY_COMPLETED) { in hasCompletionNotification()
/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
DPublicApiAccessTest.java108 Downloads.Impl.VISIBILITY_VISIBLE_NOTIFY_COMPLETED); in testInvalidVisibility()
/packages/apps/Browser/src/com/android/browser/
DDownloadHandler.java219 DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED); in onDownloadStartNoStream()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java640 DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED)); in testNotificationVisibleComplete()