Home
last modified time | relevance | path

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

/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java61 private static final int TYPE_ACTIVE = 1; field in DownloadNotifier
197 if (type == TYPE_ACTIVE) { in updateWithLocked()
225 if (type == TYPE_ACTIVE || type == TYPE_WAITING) { in updateWithLocked()
238 if (type == TYPE_ACTIVE) { in updateWithLocked()
292 if (type == TYPE_ACTIVE) { in updateWithLocked()
335 if (type == TYPE_ACTIVE) { in updateWithLocked()
368 if (type == TYPE_ACTIVE) { in updateWithLocked()
444 return TYPE_ACTIVE + ":" + notifPackage; in buildNotificationTag()