Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java176 static final String[] MMS_PROJECTION = field in BluetoothMapContent
2267 MMS_PROJECTION, in msgListing()
2483 MMS_PROJECTION, in msgListingSize()
2605 MMS_PROJECTION, in msgListingHasUnread()
3986 Cursor c = mResolver.query(Mms.CONTENT_URI, MMS_PROJECTION, "_ID = " + id, null, null); in getMmsMessage()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java1491 any(), any(), eq(BluetoothMapContent.MMS_PROJECTION), any(), any(), any()); in msgListing_withMmsCursorOnly()
1753 any(), any(), eq(BluetoothMapContent.MMS_PROJECTION), any(), any(), any()); in msgListingSize()
1806 any(), any(), eq(BluetoothMapContent.MMS_PROJECTION), any(), any(), any()); in msgListingHasUnread()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyBackupAgent.java228 static final String[] MMS_PROJECTION = new String[] { field in TelephonyBackupAgent
459 Cursor mmsCursor = mContentResolver.query(Telephony.Mms.CONTENT_URI, MMS_PROJECTION, in onFullBackup() argument
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java163 mMmsCursor = new FakeCursor(mMmsTable, TelephonyBackupAgent.MMS_PROJECTION); in setUp()