Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsProvider.java888 private static String[] handleNullMessageProjection( in handleNullMessageProjection() method in MmsSmsProvider
1003 String[] columns = handleNullMessageProjection(projection); in getConversations()
1187 String[] columns = handleNullMessageProjection(projection); in getMessagesByPhoneNumber()
1265 String[] smsColumns = handleNullMessageProjection(projection); in getUndeliveredMessages()
1266 String[] mmsColumns = handleNullMessageProjection(mmsProjection); in getUndeliveredMessages()
1326 String[] smsColumns = handleNullMessageProjection(projection); in buildConversationQuery()
1327 String[] mmsColumns = handleNullMessageProjection(mmsProjection); in buildConversationQuery()