Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java437 if (isQueuedAndVisible(status, visibility)) { in buildNotificationTag()
457 private static boolean isQueuedAndVisible(int status, int visibility) { in isQueuedAndVisible() method in DownloadNotifier