Searched refs:SMS_PROJECTION (Results 1 - 4 of 4) sorted by relevance

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyBackupAgent.java192 static final String[] SMS_PROJECTION = new String[] { field in class:TelephonyBackupAgent
367 Cursor smsCursor = mContentResolver.query(Telephony.Sms.CONTENT_URI, SMS_PROJECTION,
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java158 static final String[] SMS_PROJECTION = new String[] { field in class:BluetoothMapContent
2102 SMS_PROJECTION, where, null, Sms.DATE + " DESC" + limit);
2301 SMS_PROJECTION, where, null, Sms.DATE + " DESC");
2385 SMS_PROJECTION, where, null, Sms.DATE + " DESC");
3403 Cursor c = mResolver.query(Sms.CONTENT_URI, SMS_PROJECTION, "_ID = " + id, null, null);
H A DBluetoothMapContentObserver.java183 static final String[] SMS_PROJECTION = new String[] { field in class:BluetoothMapContentObserver
3409 Cursor c = mResolver.query(Sms.CONTENT_URI, SMS_PROJECTION, where, null,
3435 Cursor c = mResolver.query(Sms.CONTENT_URI, SMS_PROJECTION, where, null,
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A DTelephonyBackupAgentTest.java117 mSmsCursor = new FakeCursor(mSmsTable, TelephonyBackupAgent.SMS_PROJECTION);

Completed in 406 milliseconds