HomeSort by relevance Sort by last modified time
    Searched defs:VISIBILITY_SECRET (Results 1 - 8 of 8) 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/v4/java/android/support/v4/app/
NotificationCompat.java 367 public static final int VISIBILITY_SECRET = -1;
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 544 * Finally, a notification can be made {@link #VISIBILITY_SECRET}, which will suppress its icon
569 public static final int VISIBILITY_SECRET = -1;
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 932 milliseconds