HomeSort by relevance Sort by last modified time
    Searched refs:uriVideos (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java 218 final Uri uriVideos = Video.Media.EXTERNAL_CONTENT_URI;
226 final Cursor cursorVideos = cr.query(uriVideos, BUCKET_PROJECTION_VIDEOS, whereString.toString(), null, null);
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
LocalDataSource.java 295 final Uri uriVideos = Video.Media.EXTERNAL_CONTENT_URI;
299 cr.delete(uriVideos, whereVideos, null);

Completed in 594 milliseconds