Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java62 private static final int TYPE_ACTIVE = 1; field in DownloadNotifier
210 if (type == TYPE_ACTIVE) { in updateWithLocked()
238 if (type == TYPE_ACTIVE || type == TYPE_WAITING) { in updateWithLocked()
251 if (type == TYPE_ACTIVE) { in updateWithLocked()
306 if (type == TYPE_ACTIVE) { in updateWithLocked()
351 if (type == TYPE_ACTIVE) { in updateWithLocked()
384 if (type == TYPE_ACTIVE) { in updateWithLocked()
465 return TYPE_ACTIVE + ":" + notifPackage; in buildNotificationTag()