Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java882 Path pathToCallComposerDir = getCallComposerPictureDirectory(context, isShadow); in getCallComposerAllUsersPictureDirectory() local
883 Path path = pathToCallComposerDir.resolve(CALL_COMPOSER_ALL_USERS_DIRECTORY_NAME); in getCallComposerAllUsersPictureDirectory()
904 Path pathToCallComposerDir = getCallComposerPictureDirectory(getContext(), isShadow); in allocateNewCallComposerPicture() local
906 if (new StatFs(pathToCallComposerDir.toString()).getAvailableBytes() in allocateNewCallComposerPicture()
910 Path pathToFile = pathToCallComposerDir.resolve(fileName); in allocateNewCallComposerPicture()
911 enforceValidCallLogPath(pathToCallComposerDir, pathToFile, in allocateNewCallComposerPicture()
925 Path pathToCallComposerDir = getCallComposerPictureDirectory(getContext(), uri); in deleteCallComposerPicture() local
926 Path fileToDelete = pathToCallComposerDir.resolve(uri.getLastPathSegment()); in deleteCallComposerPicture()
927 enforceValidCallLogPath(pathToCallComposerDir, fileToDelete, in deleteCallComposerPicture()