Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncCursorPair.java81 getSmsTypeSelectionSql(), null, getMmsTypeSelectionSql(), null); in allSynchronized()
92 getSmsTypeSelectionSql(), in SyncCursorPair()
114 getSmsTypeSelectionSql(), in SyncCursorPair()
557 public static String getSmsTypeSelectionSql() { in getSmsTypeSelectionSql() method in SyncCursorPair
558 return MmsUtils.getSmsTypeSelectionSql(); in getSmsTypeSelectionSql()
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java188 public static String getSmsTypeSelectionSql() { in getSmsTypeSelectionSql() method in MmsUtils
1335 getSmsTypeSelectionSql(), in deleteMessagesOlderThan()