Home
last modified time | relevance | path

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

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDocumentsService.java77 final Set<Integer> openedNotification = new HashSet<>(); in updateForegroundState() local
95 openedNotification.add(ids[i]); in updateForegroundState()
101 if (!openedNotification.contains(notification.getId())) { in updateForegroundState()