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.java739 private static String[] handleNullMessageProjection( in handleNullMessageProjection() method in MmsSmsProvider
854 String[] columns = handleNullMessageProjection(projection); in getConversations()
1037 String[] columns = handleNullMessageProjection(projection); in getMessagesByPhoneNumber()
1114 String[] smsColumns = handleNullMessageProjection(projection); in getUndeliveredMessages()
1115 String[] mmsColumns = handleNullMessageProjection(mmsProjection); in getUndeliveredMessages()
1175 String[] smsColumns = handleNullMessageProjection(projection); in buildConversationQuery()
1176 String[] mmsColumns = handleNullMessageProjection(mmsProjection); in buildConversationQuery()