Searched refs:editIntent (Results 1 – 2 of 2) sorted by relevance
299 Intent editIntent = new Intent(Intent.ACTION_EDIT); in doInBackground() local300 editIntent.setType("image/png"); in doInBackground()301 editIntent.setData(uri); in doInBackground()302 editIntent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION); in doInBackground()303 editIntent.addFlags(Intent.FLAG_GRANT_WRITE_URI_PERMISSION); in doInBackground()308 .putExtra(SHARING_INTENT, editIntent), in doInBackground()
91 public Intent editIntent() { in editIntent() method in ActivityTestsBase