Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java64 private static final int TYPE_COMPLETE = 3; field in DownloadNotifier
216 } else if (type == TYPE_COMPLETE) { in updateWithLocked()
270 } else if (type == TYPE_COMPLETE) { in updateWithLocked()
364 } else if (type == TYPE_COMPLETE) { in updateWithLocked()
468 return TYPE_COMPLETE + ":" + id; in buildNotificationTag()