Searched refs:imageLocation (Results 1 – 3 of 3) sorted by relevance
87 Uri imageLocation = result.first.buildUpon().authority(CallLog.AUTHORITY).build(); in testShadowCallComposerPicture() local107 mCe.getContentResolver().openFileDescriptor(imageLocation, "r")) { in testShadowCallComposerPicture()
164 String imageLocation = kvMap.get("image-location"); in praseOat() local165 if (imageLocation != null) { in praseOat()166 for (String path : imageLocation.split(":")) { in praseOat()
485 Uri imageLocation = result.first; in testCallComposerImageStorage() local488 context.getContentResolver().openFileDescriptor(imageLocation, "r")) { in testCallComposerImageStorage()