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

/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java155 public static final int TRIM_FULL = 0; field in class:NotificationListenerService
475 * Setting a trim other than {@link #TRIM_FULL} enables listeners that don't need access to the
480 * Set to {@link #TRIM_FULL} initially.
510 return getActiveNotifications(null, TRIM_FULL);
540 return getActiveNotifications(keys, TRIM_FULL);

Completed in 33 milliseconds