Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DRcsProviderMessageHelper.java438 return queryOutgoingMessageWithSelection(getMessageIdSelection(uri), null); in queryOutgoingMessageWithId()
441 Cursor queryOutgoingMessageWithSelection(String selection, String[] selectionArgs) { in queryOutgoingMessageWithSelection() method in RcsProviderMessageHelper
DRcsProvider.java406 return mMessageHelper.queryOutgoingMessageWithSelection(selection, selectionArgs); in query()