Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsProvider.java1053 private static String concatSelections(String selection1, String selection2) { in concatSelections() argument
1054 if (TextUtils.isEmpty(selection1)) { in concatSelections()
1057 return selection1; in concatSelections()
1059 return selection1 + " AND " + selection2; in concatSelections()
DMmsSmsProvider.java724 private static String concatSelections(String selection1, String selection2) { in concatSelections() argument
725 if (TextUtils.isEmpty(selection1)) { in concatSelections()
728 return selection1; in concatSelections()
730 return selection1 + " AND " + selection2; in concatSelections()