Home | History | Annotate | Download | only in app

Lines Matching defs:VISIBILITY_HIDDEN

423         public static final int VISIBILITY_HIDDEN = 2;
433 /** can take any of the following values: {@link #VISIBILITY_HIDDEN}
633 setNotificationVisibility(VISIBILITY_HIDDEN);
643 * It can take the following values: {@link #VISIBILITY_HIDDEN},
647 * If set to {@link #VISIBILITY_HIDDEN}, this requires the permission
1412 Request.VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION : Request.VISIBILITY_HIDDEN);