Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DFilterInfoTest.java217 assertThat(mFilterInfo.mMmsColRead).isEqualTo(2); in setMmsColumns()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java311 public int mMmsColRead = -1; field in BluetoothMapContent.FilterInfo
424 mMmsColRead = c.getColumnIndex(Mms.READ); in setMmsColumns()
556 read = c.getInt(fi.mMmsColRead); in setRead()