Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationListenerServiceTest.java102 new String[0], NotificationListenerService.TRIM_LIGHT)); in testGetActiveNotifications_notNull()
/aosp14/frameworks/base/core/api/
H A Dsystem-removed.txt172 field public static final int TRIM_LIGHT = 1; // 0x1
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java371 public static final int TRIM_LIGHT = 1; field in NotificationListenerService
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java118 import static android.service.notification.NotificationListenerService.TRIM_LIGHT;
10424 if (mListeners.getOnNotificationPostedTrim(info) == TRIM_LIGHT) {
11337 if (trim == TRIM_LIGHT) {
11345 return mLightTrimListeners.contains(info) ? TRIM_LIGHT : TRIM_FULL;