Searched defs:VISIBILITY_PUBLIC (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java612 * A more permissive policy can be expressed by {@link #VISIBILITY_PUBLIC}; such a notification
627 public static final int VISIBILITY_PUBLIC = 1; field in class:Notification
1538 * and {@link #VISIBILITY_PUBLIC}.
2193 case VISIBILITY_PUBLIC:
3152 * {@link #VISIBILITY_SECRET}, or {@link #VISIBILITY_PUBLIC}.
3163 * (i.e. atop the secure lockscreen). See {@link #visibility} and {@link #VISIBILITY_PUBLIC}.
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java397 public static final int VISIBILITY_PUBLIC = 1; field in class:NotificationCompat
1664 * {@link Notification#VISIBILITY_PUBLIC}, or
1675 * {@link #VISIBILITY_PUBLIC}.

Completed in 92 milliseconds