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

/frameworks/base/core/java/android/provider/
H A DDownloads.java753 public static final int VISIBILITY_VISIBLE = DownloadManager.Request.VISIBILITY_VISIBLE; field in class:Downloads.Impl
/frameworks/base/core/java/android/app/
H A DDownloadManager.java382 public static final int VISIBILITY_VISIBLE = 0; field in class:DownloadManager.Request
404 * {@link #VISIBILITY_VISIBLE_NOTIFY_COMPLETED}, {@link #VISIBILITY_VISIBLE},
407 private int mNotificationVisibility = VISIBILITY_VISIBLE;
596 return (show) ? setNotificationVisibility(VISIBILITY_VISIBLE) :
608 * {@link #VISIBILITY_VISIBLE},

Completed in 837 milliseconds