Searched refs:VISIBILITY_VISIBLE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DDownloads.java758 public static final int VISIBILITY_VISIBLE = DownloadManager.Request.VISIBILITY_VISIBLE; field in class:Downloads.Impl
/frameworks/base/core/java/android/app/
H A DDownloadManager.java393 public static final int VISIBILITY_VISIBLE = 0; field in class:DownloadManager.Request
415 * {@link #VISIBILITY_VISIBLE_NOTIFY_COMPLETED}, {@link #VISIBILITY_VISIBLE},
418 private int mNotificationVisibility = VISIBILITY_VISIBLE;
631 return (show) ? setNotificationVisibility(VISIBILITY_VISIBLE) :
643 * {@link #VISIBILITY_VISIBLE},

Completed in 88 milliseconds