Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java153 static final String[] EMAIL_PROJECTION_SHORT = new String[] { field in BluetoothMapContentObserver
507 Cursor c = mProviderClient.query(uri, EMAIL_PROJECTION_SHORT, null, null, null); in initMsgList()
697 Cursor c = mProviderClient.query(mMessageUri, EMAIL_PROJECTION_SHORT, null, null, null); in handleMsgListChangesEmail()