Searched refs:thread_id (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Messaging/tools/messagegen/ |
D | fillsms | 195 thread_id=$(( $TABLE_THREADS_START_ID + $i )) 196 …cipient_ids,snippet,snippet_cs,read,type,error,has_attachment) values ($thread_id, $timestamp, $sm… 207 …d,address,person,date,status,type,body,read,seen) values ($message_id, $thread_id, '$phone', '$pho… 230 …,m_size,pri,rr,tr_id,d_rpt,locked,seen,text_only) values ($message_id, $thread_id, $date, 0, $mess… 232 …s,m_type,v,m_size,pri,rr,tr_id,d_rpt,locked,seen) values ($message_id, $thread_id, $date, $message…
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | MmsSmsDatabaseHelper.java | 320 public static void updateThread(SQLiteDatabase db, long thread_id) { in updateThread() argument 321 if (thread_id < 0) { in updateThread() 335 new String[] { String.valueOf(thread_id) }); in updateThread() 346 " WHERE " + Sms.THREAD_ID + " = " + thread_id + in updateThread() 350 " WHERE " + Mms.THREAD_ID + " = " + thread_id + in updateThread() 353 " WHERE threads._id = " + thread_id + ";"); in updateThread() 365 " WHERE thread_id = " + thread_id + " ORDER BY date DESC LIMIT 1)," + in updateThread() 370 " WHERE thread_id = " + thread_id + " ORDER BY date DESC LIMIT 1)," + in updateThread() 375 " WHERE thread_id = " + thread_id + " ORDER BY date DESC LIMIT 1)" + in updateThread() 376 " WHERE threads._id = " + thread_id + ";"); in updateThread() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 1675 long thread_id = c.getLong(c.getColumnIndex( in handleMsgListChangesMsg() local 1681 thread_id, thread_name); in handleMsgListChangesMsg()
|