Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DDatabaseHelper.java1541 + getColumnsForCollection(Audio.Playlists.class) in createLatestViews()
1565 + getColumnsForCollection(Audio.Media.class) in createLatestViews()
1568 + getColumnsForCollection(Video.Media.class) in createLatestViews()
1571 + getColumnsForCollection(Images.Media.class) in createLatestViews()
1574 + getColumnsForCollection(Downloads.class) in createLatestViews()
1633 private String getColumnsForCollection(Class<?> collection) { in getColumnsForCollection() method in DatabaseHelper