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.java321 public static final int TRIM_FULL = 0; field in NotificationListenerService
953 StatusBarNotification[] activeNotifications = getActiveNotifications(null, TRIM_FULL); in getActiveNotifications()
969 .getSnoozedNotificationsFromListener(mWrapper, TRIM_FULL); in getSnoozedNotifications()
1006 StatusBarNotification[] activeNotifications = getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java91 assertNotNull(service.getActiveNotifications(NotificationListenerService.TRIM_FULL)); in testGetActiveNotifications_notNull()
/frameworks/base/core/api/
Dsystem-removed.txt176 field public static final int TRIM_FULL = 0; // 0x0
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java105 import static android.service.notification.NotificationListenerService.TRIM_FULL;
4650 (trim == TRIM_FULL) ? sbn : sbn.cloneLight();
4680 (trim == TRIM_FULL) ? sbn : sbn.cloneLight();
10338 return mLightTrimListeners.contains(info) ? TRIM_LIGHT : TRIM_FULL;