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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java354 public static final int VISIBILITY_PUBLIC = 1; field in class:NotificationCompat
1518 * {@link Notification#VISIBILITY_PUBLIC}, or
1529 * {@link #VISIBILITY_PUBLIC}.
/frameworks/base/core/java/android/app/
H A DNotification.java550 * A more permissive policy can be expressed by {@link #VISIBILITY_PUBLIC}; such a notification
565 public static final int VISIBILITY_PUBLIC = 1; field in class:Notification
1357 * and {@link #VISIBILITY_PUBLIC}.
1906 case VISIBILITY_PUBLIC:
2822 * {@link #VISIBILITY_SECRET}, or {@link #VISIBILITY_PUBLIC}.
2833 * (i.e. atop the secure lockscreen). See {@link #visibility} and {@link #VISIBILITY_PUBLIC}.

Completed in 334 milliseconds