Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java721 return allocateNewCallComposerPicture(values, in insertInternal()
730 return allocateNewCallComposerPicture(values, in insertInternal()
890 private Uri allocateNewCallComposerPicture(ContentValues values, boolean isShadow) in allocateNewCallComposerPicture() method in CallLogProvider
892 return allocateNewCallComposerPicture(values, isShadow, UUID.randomUUID().toString()); in allocateNewCallComposerPicture()
895 private Uri allocateNewCallComposerPicture(ContentValues values, in allocateNewCallComposerPicture() method in CallLogProvider