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.java735 private static String[] handleNullMessageProjection( in handleNullMessageProjection() method in MmsSmsProvider
850 String[] columns = handleNullMessageProjection(projection); in getConversations()
1033 String[] columns = handleNullMessageProjection(projection); in getMessagesByPhoneNumber()
1110 String[] smsColumns = handleNullMessageProjection(projection); in getUndeliveredMessages()
1111 String[] mmsColumns = handleNullMessageProjection(mmsProjection); in getUndeliveredMessages()
1171 String[] smsColumns = handleNullMessageProjection(projection); in buildConversationQuery()
1172 String[] mmsColumns = handleNullMessageProjection(mmsProjection); in buildConversationQuery()