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.java226 static final String[] MMS_PROJECTION = new String[] { field in TelephonyBackupAgent
381 Cursor mmsCursor = mContentResolver.query(Telephony.Mms.CONTENT_URI, MMS_PROJECTION, in onFullBackup() argument
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java169 static final String[] MMS_PROJECTION = new String[]{ field in BluetoothMapContent
2304 mmsCursor = mResolver.query(Mms.CONTENT_URI, MMS_PROJECTION, where, null, in msgListing()
2516 Cursor c = mResolver.query(Mms.CONTENT_URI, MMS_PROJECTION, where, null, in msgListingSize()
2614 Cursor c = mResolver.query(Mms.CONTENT_URI, MMS_PROJECTION, where, null, in msgListingHasUnread()
4003 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.java135 mMmsCursor = new FakeCursor(mMmsTable, TelephonyBackupAgent.MMS_PROJECTION); in setUp()