Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java100 new String[0], NotificationListenerService.TRIM_LIGHT)); in testGetActiveNotifications_notNull()
114 new String[0], NotificationListenerService.TRIM_LIGHT)); in testGetActiveNotifications_handlesBinderErrors()
/frameworks/base/core/api/
Dsystem-removed.txt176 field public static final int TRIM_LIGHT = 1; // 0x1
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java375 public static final int TRIM_LIGHT = 1; field in NotificationListenerService
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java142 import static android.service.notification.NotificationListenerService.TRIM_LIGHT;
10793 if (mListeners.getOnNotificationPostedTrim(info) == TRIM_LIGHT) {
11783 if (trim == TRIM_LIGHT) {
11791 return mLightTrimListeners.contains(info) ? TRIM_LIGHT : TRIM_FULL;