Searched refs:MMS_PROJECTION (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 176 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/ |
D | BluetoothMapContentTest.java | 1491 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/ |
D | TelephonyBackupAgent.java | 228 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/ |
D | TelephonyBackupAgentTest.java | 163 mMmsCursor = new FakeCursor(mMmsTable, TelephonyBackupAgent.MMS_PROJECTION); in setUp()
|