Searched refs:TRIM_FULL (Results 1 – 4 of 4) sorted by relevance
223 public static final int TRIM_FULL = 0; field in NotificationListenerService833 StatusBarNotification[] activeNotifications = getActiveNotifications(null, TRIM_FULL); in getActiveNotifications()849 .getSnoozedNotificationsFromListener(mWrapper, TRIM_FULL); in getSnoozedNotifications()886 StatusBarNotification[] activeNotifications = getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications()
183 field public static final int TRIM_FULL = 0; // 0x0
89 assertNotNull(service.getActiveNotifications(NotificationListenerService.TRIM_FULL)); in testGetActiveNotifications_notNull()
84 import static android.service.notification.NotificationListenerService.TRIM_FULL;3322 (trim == TRIM_FULL) ? sbn : sbn.cloneLight();3352 (trim == TRIM_FULL) ? sbn : sbn.cloneLight();7885 return mLightTrimListeners.contains(info) ? TRIM_LIGHT : TRIM_FULL;