Home | History | Annotate | Download | only in app

Lines Matching defs:VISIBILITY_PUBLIC

721      * A more permissive policy can be expressed by {@link #VISIBILITY_PUBLIC}; such a notification
733 VISIBILITY_PUBLIC,
745 public static final int VISIBILITY_PUBLIC = 1;
2045 * and {@link #VISIBILITY_PUBLIC}.
2860 if (this.visibility >= VISIBILITY_SECRET && this.visibility <= VISIBILITY_PUBLIC) {
2950 case VISIBILITY_PUBLIC:
4237 * (i.e. atop the secure lockscreen). See {@link #visibility} and {@link #VISIBILITY_PUBLIC}.