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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java367 public static final int VISIBILITY_SECRET = -1; field in class:NotificationCompat
1490 * {@link Notification#VISIBILITY_SECRET}.
/frameworks/base/core/java/android/app/
H A DNotification.java544 * Finally, a notification can be made {@link #VISIBILITY_SECRET}, which will suppress its icon
569 public static final int VISIBILITY_SECRET = -1; field in class:Notification
1829 case VISIBILITY_SECRET:
2668 * {@link #VISIBILITY_SECRET}, or {@link #VISIBILITY_PUBLIC}.

Completed in 394 milliseconds