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;
460 || visibility == VISIBILITY_VISIBLE_NOTIFY_COMPLETED); in isQueuedAndVisible()
466 || visibility == VISIBILITY_VISIBLE_NOTIFY_COMPLETED); in isActiveAndVisible()
471 (visibility == VISIBILITY_VISIBLE_NOTIFY_COMPLETED in isCompleteAndVisible()
DDownloadInfo.java20 import static android.provider.Downloads.Impl.VISIBILITY_VISIBLE_NOTIFY_COMPLETED;
263 case VISIBILITY_VISIBLE_NOTIFY_COMPLETED: in isVisible()
370 if (mVisibility == Downloads.Impl.VISIBILITY_VISIBLE_NOTIFY_COMPLETED) { in hasCompletionNotification()
DDownloadReceiver.java19 import static android.app.DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED;
220 (visibility == VISIBILITY_VISIBLE_NOTIFY_COMPLETED in hideNotification()
DDownloadProvider.java808 Downloads.Impl.VISIBILITY_VISIBLE_NOTIFY_COMPLETED); in insert()
1255 Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED, in checkInsertPermissions()
1260 Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED, in checkInsertPermissions()
/packages/apps/Test/connectivity/UID/src/com/android/tests/connectivity/uid/
DConnectivityTestActivity.java105 DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED); in downloadData()
/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/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java673 DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED)); in testNotificationVisibleComplete()