Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java223 public static final int TRIM_FULL = 0; field in NotificationListenerService
833 StatusBarNotification[] activeNotifications = getActiveNotifications(null, TRIM_FULL); in getActiveNotifications()
849 .getSnoozedNotificationsFromListener(mWrapper, TRIM_FULL); in getSnoozedNotifications()
886 StatusBarNotification[] activeNotifications = getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications()
/frameworks/base/api/
Dsystem-removed.txt183 field public static final int TRIM_FULL = 0; // 0x0
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java89 assertNotNull(service.getActiveNotifications(NotificationListenerService.TRIM_FULL)); in testGetActiveNotifications_notNull()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java84 import static android.service.notification.NotificationListenerService.TRIM_FULL;
3322 (trim == TRIM_FULL) ? sbn : sbn.cloneLight();
3352 (trim == TRIM_FULL) ? sbn : sbn.cloneLight();
7885 return mLightTrimListeners.contains(info) ? TRIM_LIGHT : TRIM_FULL;