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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java61 private static final int TYPE_COMPLETE = 3; field in class:DownloadNotifier
161 } else if (type == TYPE_COMPLETE) {
177 } else if (type == TYPE_COMPLETE) {
258 } else if (type == TYPE_COMPLETE) {
348 return TYPE_COMPLETE + ":" + info.mId;

Completed in 33 milliseconds