Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsProvider.java973 String threadIdString, String[] projection, String selection, in getConversationMessages() argument
976 Long.parseLong(threadIdString); in getConversationMessages()
983 selection, "thread_id = " + threadIdString); in getConversationMessages()
1058 String threadIdString, String[] projection, String selection, in getConversationById() argument
1061 Long.parseLong(threadIdString); in getConversationById()
1067 String extraSelection = "_id=" + threadIdString; in getConversationById()
1297 String threadIdString = uri.getPathSegments().get(1); in update() local
1298 affectedRows = updateConversation(threadIdString, values, in update()
1337 private int updateConversation(String threadIdString, ContentValues values, String selection, in updateConversation() argument
1340 Long.parseLong(threadIdString); in updateConversation()
[all …]