Searched defs:VISIBILITY_VISIBLE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DDownloads.java765 public static final int VISIBILITY_VISIBLE = DownloadManager.Request.VISIBILITY_VISIBLE; field in class:Downloads.Impl
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java290 @IntDef({VISIBILITY_UNDEFINED, VISIBILITY_VISIBLE, VISIBILITY_USER_MANAGED_VISIBLE,
304 public static final int VISIBILITY_VISIBLE = 1; field in class:AccountManager
975 * <li>{@link #VISIBILITY_VISIBLE}</li>
1004 * <li>{@link #VISIBILITY_VISIBLE}</li>
/frameworks/base/core/java/android/app/
H A DDownloadManager.java413 public static final int VISIBILITY_VISIBLE = 0; field in class:DownloadManager.Request
435 * {@link #VISIBILITY_VISIBLE_NOTIFY_COMPLETED}, {@link #VISIBILITY_VISIBLE},
438 private int mNotificationVisibility = VISIBILITY_VISIBLE;
651 return (show) ? setNotificationVisibility(VISIBILITY_VISIBLE) :
663 * {@link #VISIBILITY_VISIBLE},

Completed in 61 milliseconds