Searched refs:imagePath (Results 1 – 1 of 1) sorted by relevance
902 public static final String insertImage(ContentResolver cr, String imagePath, in insertImage() argument905 FileInputStream stream = new FileInputStream(imagePath); in insertImage()907 Bitmap bm = BitmapFactory.decodeFile(imagePath); in insertImage()