Searched refs:updateThreads (Results 1 - 3 of 3) sorted by relevance

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsSmsDatabaseHelper.java330 updateThreads(db, null, null);
333 updateThreads(db, "(thread_id = ?)", new String[]{ String.valueOf(thread_id) });
340 public static void updateThreads(SQLiteDatabase db, String where, String[] whereArgs) { method in class:MmsSmsDatabaseHelper
H A DSmsProvider.java658 MmsSmsDatabaseHelper.updateThreads(db, where, whereArgs);
H A DMmsSmsProvider.java1239 // Intentionally don't pass the selection variable to updateThreads.
1242 MmsSmsDatabaseHelper.updateThreads(db, null, null);

Completed in 385 milliseconds