Searched refs:ITEM_PATH (Results 1 – 5 of 5) sorted by relevance
159 return id >= 0 ? LocalImage.ITEM_PATH.getChild(id) : null; in findPathByUri()163 return id >= 0 ? LocalVideo.ITEM_PATH.getChild(id) : null; in findPathByUri()201 if (parent == LocalImage.ITEM_PATH) { in mapMediaItems()203 } else if (parent == LocalVideo.ITEM_PATH) { in mapMediaItems()
76 mItemPath = LocalImage.ITEM_PATH; in LocalAlbum()83 mItemPath = LocalVideo.ITEM_PATH; in LocalAlbum()177 itemPath = LocalImage.ITEM_PATH; in getMediaItemById()181 itemPath = LocalVideo.ITEM_PATH; in getMediaItemById()
69 pathBase = LocalVideo.ITEM_PATH; in addMediaItem()73 pathBase = LocalImage.ITEM_PATH; in addMediaItem()
37 static final Path ITEM_PATH = Path.fromString("/local/video/item"); field in LocalVideo
53 static final Path ITEM_PATH = Path.fromString("/local/image/item"); field in LocalImage