Home
last modified time | relevance | path

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

/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java139 private interface UpdateQuery { interface in DownloadNotifier
259 final long id = cursor.getLong(UpdateQuery._ID); in updateWithLocked()
260 final int status = cursor.getInt(UpdateQuery.STATUS); in updateWithLocked()
261 final int destination = cursor.getInt(UpdateQuery.DESTINATION); in updateWithLocked()
300 final long id = cursor.getLong(UpdateQuery._ID); in updateWithLocked()
349 final int status = cursor.getInt(UpdateQuery.STATUS); in updateWithLocked()
403 final String title = cursor.getString(UpdateQuery.TITLE); in getDownloadTitle()
415 ids[i] = cursor.getLong(UpdateQuery._ID); in getDownloadIds()
436 final long id = cursor.getLong(UpdateQuery._ID); in buildNotificationTag()
437 final int status = cursor.getInt(UpdateQuery.STATUS); in buildNotificationTag()
[all …]