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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java443 @IntDef({VISIBILITY_PUBLIC, VISIBILITY_PRIVATE, VISIBILITY_SECRET})
450 public static final int VISIBILITY_PUBLIC = Notification.VISIBILITY_PUBLIC; field in class:NotificationCompat
1340 * {@link Notification#VISIBILITY_PUBLIC}, or
1351 * {@link #VISIBILITY_PUBLIC}.
/frameworks/base/core/java/android/app/
H A DNotification.java677 * A more permissive policy can be expressed by {@link #VISIBILITY_PUBLIC}; such a notification
689 VISIBILITY_PUBLIC,
701 public static final int VISIBILITY_PUBLIC = 1; field in class:Notification
1804 * and {@link #VISIBILITY_PUBLIC}.
2523 case VISIBILITY_PUBLIC:
3754 * (i.e. atop the secure lockscreen). See {@link #visibility} and {@link #VISIBILITY_PUBLIC}.

Completed in 104 milliseconds