HomeSort by relevance Sort by last modified time
    Searched defs:VISIBILITY_SECRET (Results 1 - 15 of 15) 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);
  /cts/hostsidetests/incident/src/com/android/server/cts/
NotificationIncidentTest.java 48 private static final int VISIBILITY_SECRET = -1;
111 (rp.getVisibility() >= VISIBILITY_SECRET &&
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationCompat.java 463 @IntDef({VISIBILITY_PUBLIC, VISIBILITY_PRIVATE, VISIBILITY_SECRET})
485 public static final int VISIBILITY_SECRET = Notification.VISIBILITY_SECRET;
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 726 * Finally, a notification can be made {@link #VISIBILITY_SECRET}, which will suppress its icon
735 VISIBILITY_SECRET,
760 public static final int VISIBILITY_SECRET = -1;
    [all...]
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.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/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 107 milliseconds