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.java1001 String threadIdString, String[] projection, String selection, in getConversationMessages() argument
1004 Long.parseLong(threadIdString); in getConversationMessages()
1011 selection, "thread_id = " + threadIdString); in getConversationMessages()
1087 String threadIdString, String[] projection, String selection, in getConversationById() argument
1090 Long.parseLong(threadIdString); in getConversationById()
1096 String extraSelection = "_id=" + threadIdString; in getConversationById()
1326 String threadIdString = uri.getPathSegments().get(1); in update() local
1327 affectedRows = updateConversation(threadIdString, values, in update()
1366 private int updateConversation(String threadIdString, ContentValues values, String selection, in updateConversation() argument
1369 Long.parseLong(threadIdString); in updateConversation()
[all …]