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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DNotificationCompatUtils.java38 CompatUtils.getField(Notification.class, "VISIBILITY_SECRET");
39 private static final int VISIBILITY_SECRET = null == FIELD_VISIBILITY_SECRET ? 0 field in class:NotificationCompatUtils
63 CompatUtils.invoke(builder, null, METHOD_setVisibility, VISIBILITY_SECRET);

Completed in 254 milliseconds