Home
last modified time | relevance | path

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

/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsSmsProvider.java1170 private static String[] makeProjectionWithNormalizedDate( in makeProjectionWithNormalizedDate() method in MmsSmsProvider
1194 String[] innerMmsProjection = makeProjectionWithNormalizedDate(mmsColumns, 1000); in buildConversationQuery()
1195 String[] innerSmsProjection = makeProjectionWithNormalizedDate(smsColumns, 1); in buildConversationQuery()