Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DFilterInfoTest.java215 assertThat(mFilterInfo.mMmsColId).isEqualTo(0); in setMmsColumns()
DBluetoothMapContentTest.java637 mInfo.mMmsColId = 0; in setSenderAddressing_withFilterMsgTypeMms()
734 mInfo.mMmsColId = 0; in setSenderName_withFilterTypeMms_withNonNullSenderAddressing()
758 mInfo.mMmsColId = 0; in setSenderName_withFilterTypeMms_withNullSenderAddressing()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java315 public int mMmsColId = -1; field in BluetoothMapContent.FilterInfo
422 mMmsColId = c.getColumnIndex(BaseColumns._ID); in setMmsColumns()
675 long id = c.getLong(fi.mMmsColId); in setText()
982 long id = c.getLong(fi.mMmsColId); in setRecipientName()
1039 long id = c.getLong(fi.mMmsColId); in setSenderAddressing()
1123 long id = c.getLong(fi.mMmsColId); in setSenderName()
1289 long id = c.getLong(fi.mMmsColId); in setSubject()
1310 handle = c.getLong(fi.mMmsColId); in setHandle()