Searched refs:TRIM_FULL (Results 1 – 5 of 5) sorted by relevance
97 assertNotNull(service.getActiveNotifications(NotificationListenerService.TRIM_FULL)); in testGetActiveNotifications_notNull()111 assertNotNull(service.getActiveNotifications(NotificationListenerService.TRIM_FULL)); in testGetActiveNotifications_handlesBinderErrors()
162 doReturn(android.service.notification.NotificationListenerService.TRIM_FULL) in setUp()
354 public static final int TRIM_FULL = 0; field in NotificationListenerService997 StatusBarNotification[] activeNotifications = getActiveNotifications(null, TRIM_FULL); in getActiveNotifications()1013 .getSnoozedNotificationsFromListener(mWrapper, TRIM_FULL); in getSnoozedNotifications()1050 StatusBarNotification[] activeNotifications = getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications()
175 field public static final int TRIM_FULL = 0; // 0x0
141 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;