Home
last modified time | relevance | path

Searched refs:TRIM_FULL (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java203 public static final int TRIM_FULL = 0; field in NotificationListenerService
777 return getActiveNotifications(null, TRIM_FULL); in getActiveNotifications()
792 .getSnoozedNotificationsFromListener(mWrapper, TRIM_FULL); in getSnoozedNotifications()
828 return getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java56 import static android.service.notification.NotificationListenerService.TRIM_FULL;
2378 (trim == TRIM_FULL) ? sbn : sbn.cloneLight();
2408 (trim == TRIM_FULL) ? sbn : sbn.cloneLight();
5548 return mLightTrimListeners.contains(info) ? TRIM_LIGHT : TRIM_FULL;
/frameworks/base/api/
Dsystem-removed.txt525 field public static final int TRIM_FULL = 0; // 0x0