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

/frameworks/base/core/java/android/provider/
H A DDownloads.java770 public static final int VISIBILITY_HIDDEN = DownloadManager.Request.VISIBILITY_HIDDEN; field in class:Downloads.Impl
/frameworks/base/core/java/android/app/
H A DDownloadManager.java404 public static final int VISIBILITY_HIDDEN = 2; field in class:DownloadManager.Request
414 /** can take any of the following values: {@link #VISIBILITY_HIDDEN}
632 setNotificationVisibility(VISIBILITY_HIDDEN);
642 * It can take the following values: {@link #VISIBILITY_HIDDEN},
646 * If set to {@link #VISIBILITY_HIDDEN}, this requires the permission
1227 Request.VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION : Request.VISIBILITY_HIDDEN);

Completed in 9 milliseconds