Searched refs:TRIM_FULL (Results 1 – 3 of 3) sorted by relevance
91 public static final int TRIM_FULL = 0; field in NotificationListenerService378 return getActiveNotifications(null, TRIM_FULL); in getActiveNotifications()405 return getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications()
20 import static android.service.notification.NotificationListenerService.TRIM_FULL;1403 (trim == TRIM_FULL) ? sbn : sbn.cloneLight();2996 return mLightTrimListeners.contains(info) ? TRIM_LIGHT : TRIM_FULL; in getOnNotificationPostedTrim()3037 } else if (trim == TRIM_FULL && sbnClone == null) { in notifyPostedLocked()3041 (trim == TRIM_FULL) ? sbnClone : sbnCloneLight; in notifyPostedLocked()
28705 field public static final int TRIM_FULL = 0; // 0x0