Home
last modified time | relevance | path

Searched refs:getCallComposerPictureDirectory (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()
831 : getCallComposerPictureDirectory(getContext(), isShadow); in call()
862 private static @NonNull Path getCallComposerPictureDirectory(Context context, Uri uri) in getCallComposerPictureDirectory() method in CallLogProvider
865 return getCallComposerPictureDirectory(context, isShadow); in getCallComposerPictureDirectory()
868 private static @NonNull Path getCallComposerPictureDirectory(Context context, boolean isShadow) in getCallComposerPictureDirectory() method in CallLogProvider
882 Path pathToCallComposerDir = getCallComposerPictureDirectory(context, isShadow); in getCallComposerAllUsersPictureDirectory()
904 Path pathToCallComposerDir = getCallComposerPictureDirectory(getContext(), isShadow); in allocateNewCallComposerPicture()
925 Path pathToCallComposerDir = getCallComposerPictureDirectory(getContext(), uri); in deleteCallComposerPicture()
1213 Path callComposerDir = getCallComposerPictureDirectory(getContext(), false); in syncCallComposerPics()