Searched refs:TRIM_FULL (Results 1 – 4 of 4) sorted by relevance
321 public static final int TRIM_FULL = 0; field in NotificationListenerService953 StatusBarNotification[] activeNotifications = getActiveNotifications(null, TRIM_FULL); in getActiveNotifications()969 .getSnoozedNotificationsFromListener(mWrapper, TRIM_FULL); in getSnoozedNotifications()1006 StatusBarNotification[] activeNotifications = getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications()
91 assertNotNull(service.getActiveNotifications(NotificationListenerService.TRIM_FULL)); in testGetActiveNotifications_notNull()
176 field public static final int TRIM_FULL = 0; // 0x0
105 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;