Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCallLogProvider.java583 return allocateNewCallComposerPicture(values, in insertInternal()
592 return allocateNewCallComposerPicture(values, in insertInternal()
746 private Uri allocateNewCallComposerPicture(ContentValues values, boolean isShadow) in allocateNewCallComposerPicture() method in CallLogProvider
748 return allocateNewCallComposerPicture(values, isShadow, UUID.randomUUID().toString()); in allocateNewCallComposerPicture()
751 private Uri allocateNewCallComposerPicture(ContentValues values, in allocateNewCallComposerPicture() method in CallLogProvider