Home
last modified time | relevance | path

Searched refs:VISIBILITY_SECRET (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DNotificationCompatUtils.java39 private static final int VISIBILITY_SECRET = null == FIELD_VISIBILITY_SECRET ? 0 field in NotificationCompatUtils
63 CompatUtils.invoke(builder, null, METHOD_setVisibility, VISIBILITY_SECRET); in setVisibilityToSecret()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationSettingsBase.java358 values.add(Integer.toString(Notification.VISIBILITY_SECRET)); in setupVisOverridePref()
420 globalVis = Notification.VISIBILITY_SECRET; in getGlobalVisibility()