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.java969 String threadIdString, String[] projection, String selection, in getConversationMessages() argument
972 Long.parseLong(threadIdString); in getConversationMessages()
979 selection, "thread_id = " + threadIdString); in getConversationMessages()
1054 String threadIdString, String[] projection, String selection, in getConversationById() argument
1057 Long.parseLong(threadIdString); in getConversationById()
1063 String extraSelection = "_id=" + threadIdString; in getConversationById()
1288 String threadIdString = uri.getPathSegments().get(1); in update() local
1289 affectedRows = updateConversation(threadIdString, values, in update()
1328 private int updateConversation(String threadIdString, ContentValues values, String selection, in updateConversation() argument
1331 Long.parseLong(threadIdString); in updateConversation()
[all …]