Home
last modified time | relevance | path

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

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaDocumentsProvider.java240 AUTHORITY, getDocIdForIdent(TYPE_IMAGE, id)); in onMediaStoreDelete()
245 AUTHORITY, getDocIdForIdent(TYPE_VIDEO, id)); in onMediaStoreDelete()
250 AUTHORITY, getDocIdForIdent(TYPE_AUDIO, id)); in onMediaStoreDelete()
255 AUTHORITY, getDocIdForIdent(TYPE_DOCUMENT, id)); in onMediaStoreDelete()
279 private static String getDocIdForIdent(String type, long id) { in getDocIdForIdent() method in MediaDocumentsProvider
1264 final String docId = getDocIdForIdent(TYPE_IMAGE, id); in includeImage()
1327 final String docId = getDocIdForIdent(TYPE_VIDEO, id); in includeVideo()
1390 final String docId = getDocIdForIdent(TYPE_DOCUMENT, id); in includeDocument()
1413 final String docId = getDocIdForIdent(TYPE_ARTIST, id); in includeArtist()
1433 final String docId = getDocIdForIdent(TYPE_ALBUM, id); in includeAlbum()
[all …]