Searched refs:smsTable (Results 1 - 2 of 2) sorted by last modified time

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsSmsProvider.java193 private static String getTextSearchQuery(String smsTable, String pduTable) { argument
196 + smsTable + "._id AS _id,"
204 + "FROM " + smsTable + ",words "
206 + "AND " + smsTable + "._id=words.source_id "
328 final String smsTable = SmsProvider.getSmsTable(accessRestricted);
335 cursor = getCompleteConversations(projection, selection, sortOrder, smsTable,
350 projection, selection, sortOrder, smsTable, pduTable);
355 selection, sortOrder, smsTable, pduTable);
369 uri.getPathSegments().get(2), projection, selection, sortOrder, smsTable,
423 smsTable,
781 getDraftThread(String[] projection, String selection, String sortOrder, String smsTable, String pduTable) argument
841 getConversations(String[] projection, String selection, String sortOrder, String smsTable, String pduTable) argument
894 getFirstLockedMessage(String[] projection, String selection, String sortOrder, String smsTable, String pduTable) argument
937 getCompleteConversations(String[] projection, String selection, String sortOrder, String smsTable, String pduTable) argument
967 getConversationMessages( String threadIdString, String[] projection, String selection, String sortOrder, String smsTable, String pduTable) argument
1003 getMessagesByPhoneNumber( String phoneNumber, String[] projection, String selection, String sortOrder, String smsTable, String pduTable) argument
1091 getUndeliveredMessages( String[] projection, String selection, String[] selectionArgs, String sortOrder, String smsTable, String pduTable) argument
1158 buildConversationQuery(String[] projection, String selection, String sortOrder, String smsTable, String pduTable) argument
[all...]
H A DSmsProvider.java111 final String smsTable = getSmsTable(accessRestricted);
118 constructQueryForBox(qb, Sms.MESSAGE_TYPE_ALL, smsTable);
122 constructQueryForUndelivered(qb, smsTable);
126 constructQueryForBox(qb, Sms.MESSAGE_TYPE_FAILED, smsTable);
130 constructQueryForBox(qb, Sms.MESSAGE_TYPE_QUEUED, smsTable);
134 constructQueryForBox(qb, Sms.MESSAGE_TYPE_INBOX, smsTable);
138 constructQueryForBox(qb, Sms.MESSAGE_TYPE_SENT, smsTable);
142 constructQueryForBox(qb, Sms.MESSAGE_TYPE_DRAFT, smsTable);
146 constructQueryForBox(qb, Sms.MESSAGE_TYPE_OUTBOX, smsTable);
150 qb.setTables(smsTable);
347 constructQueryForBox(SQLiteQueryBuilder qb, int type, String smsTable) argument
355 constructQueryForUndelivered(SQLiteQueryBuilder qb, String smsTable) argument
[all...]

Completed in 154 milliseconds