Searched defs:MMS_SMS_THREAD_COL_SNIPPET_CS (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java237 private static final int MMS_SMS_THREAD_COL_SNIPPET_CS; field in class:BluetoothMapContent
249 MMS_SMS_THREAD_COL_SNIPPET_CS = projection.indexOf(Threads.SNIPPET_CHARSET);
3288 String cs = smsMmsCursor.getString(MMS_SMS_THREAD_COL_SNIPPET_CS);

Completed in 24 milliseconds