Searched refs:pathToCallComposerDir (Results 1 – 1 of 1) sorted by relevance
882 Path pathToCallComposerDir = getCallComposerPictureDirectory(context, isShadow); in getCallComposerAllUsersPictureDirectory() local883 Path path = pathToCallComposerDir.resolve(CALL_COMPOSER_ALL_USERS_DIRECTORY_NAME); in getCallComposerAllUsersPictureDirectory()904 Path pathToCallComposerDir = getCallComposerPictureDirectory(getContext(), isShadow); in allocateNewCallComposerPicture() local906 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() local926 Path fileToDelete = pathToCallComposerDir.resolve(uri.getLastPathSegment()); in deleteCallComposerPicture()927 enforceValidCallLogPath(pathToCallComposerDir, fileToDelete, in deleteCallComposerPicture()