Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java97 assertNotNull(service.getActiveNotifications(NotificationListenerService.TRIM_FULL)); in testGetActiveNotifications_notNull()
111 assertNotNull(service.getActiveNotifications(NotificationListenerService.TRIM_FULL)); in testGetActiveNotifications_handlesBinderErrors()
DNotificationListenersTest.java162 doReturn(android.service.notification.NotificationListenerService.TRIM_FULL) in setUp()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java354 public static final int TRIM_FULL = 0; field in NotificationListenerService
997 StatusBarNotification[] activeNotifications = getActiveNotifications(null, TRIM_FULL); in getActiveNotifications()
1013 .getSnoozedNotificationsFromListener(mWrapper, TRIM_FULL); in getSnoozedNotifications()
1050 StatusBarNotification[] activeNotifications = getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications()
/frameworks/base/core/api/
Dsystem-removed.txt175 field public static final int TRIM_FULL = 0; // 0x0
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java141 import static android.service.notification.NotificationListenerService.TRIM_FULL;
5350 notifications.add((trim == TRIM_FULL) ? sbn : sbn.cloneLight());
11791 return mLightTrimListeners.contains(info) ? TRIM_LIGHT : TRIM_FULL;