Home
last modified time | relevance | path

Searched refs:callComposerDir (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java791 Path callComposerDir = getCallComposerPictureDirectory(getContext(), uri); in openFile() local
792 Path pictureFile = callComposerDir.resolve(uri.getLastPathSegment()); in openFile()
797 enforceValidCallLogPath(callComposerDir, pictureFile,"openFile"); in openFile()
1213 Path callComposerDir = getCallComposerPictureDirectory(getContext(), false); in syncCallComposerPics() local
1214 Path newFilePath = callComposerDir.resolve(uri.getLastPathSegment()); in syncCallComposerPics()
1215 enforceValidCallLogPath(callComposerDir, newFilePath,"syncCallComposerPics"); in syncCallComposerPics()