Searched refs:MMS_PROJECTION (Results 1 – 3 of 3) sorted by relevance
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyBackupAgent.java | 226 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/ |
D | BluetoothMapContent.java | 169 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/ |
D | TelephonyBackupAgentTest.java | 135 mMmsCursor = new FakeCursor(mMmsTable, TelephonyBackupAgent.MMS_PROJECTION); in setUp()
|