Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyBackupAgent.java194 static final String[] MMS_PROJECTION = new String[] { field in TelephonyBackupAgent
347 Cursor mmsCursor = mContentResolver.query(Telephony.Mms.CONTENT_URI, MMS_PROJECTION, in onFullBackup() argument
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java177 static final String[] MMS_PROJECTION = new String[] { field in BluetoothMapContent
2137 MMS_PROJECTION, where, null, Mms.DATE + " DESC" + limit); in msgListing()
2316 MMS_PROJECTION, where, null, Mms.DATE + " DESC"); in msgListingSize()
2402 MMS_PROJECTION, where, null, Sms.DATE + " DESC"); in msgListingHasUnread()
3701 Cursor c = mResolver.query(Mms.CONTENT_URI, MMS_PROJECTION, "_ID = " + id, null, null); in getMmsMessage()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java116 mMmsCursor = new FakeCursor(mMmsTable, TelephonyBackupAgent.MMS_PROJECTION); in setUp()