Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DFilterInfoTest.java190 assertThat(mFilterInfo.mSmsColRead).isEqualTo(2); in setSmsColumns()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java303 public int mSmsColRead = -1; field in BluetoothMapContent.FilterInfo
413 mSmsColRead = c.getColumnIndex(Sms.READ); in setSmsColumns()
554 read = c.getInt(fi.mSmsColRead); in setRead()