Searched refs:callComposerDir (Results 1 – 1 of 1) sorted by relevance
791 Path callComposerDir = getCallComposerPictureDirectory(getContext(), uri); in openFile() local792 Path pictureFile = callComposerDir.resolve(uri.getLastPathSegment()); in openFile()797 enforceValidCallLogPath(callComposerDir, pictureFile,"openFile"); in openFile()1213 Path callComposerDir = getCallComposerPictureDirectory(getContext(), false); in syncCallComposerPics() local1214 Path newFilePath = callComposerDir.resolve(uri.getLastPathSegment()); in syncCallComposerPics()1215 enforceValidCallLogPath(callComposerDir, newFilePath,"syncCallComposerPics"); in syncCallComposerPics()