HomeSort by relevance Sort by last modified time
    Searched defs:VISIBILITY_SECRET (Results 1 - 11 of 11) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
NotificationCompatUtils.java 38 CompatUtils.getField(Notification.class, "VISIBILITY_SECRET");
39 private static final int VISIBILITY_SECRET = null == FIELD_VISIBILITY_SECRET ? 0
63 CompatUtils.invoke(builder, null, METHOD_setVisibility, VISIBILITY_SECRET);
  /frameworks/support/compat/java/android/support/v4/app/
NotificationCompat.java 427 @IntDef({VISIBILITY_PUBLIC, VISIBILITY_PRIVATE, VISIBILITY_SECRET})
449 public static final int VISIBILITY_SECRET = -1;
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 676 * Finally, a notification can be made {@link #VISIBILITY_SECRET}, which will suppress its icon
685 VISIBILITY_SECRET,
710 public static final int VISIBILITY_SECRET = -1;
    [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 150 milliseconds