Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DFilterInfoTest.java194 assertThat(mFilterInfo.mSmsColType).isEqualTo(1); in setSmsColumns()
DBluetoothMapContentTest.java511 mInfo.mSmsColType = 0; in setRecipientAddressing_withFilterMsgTypeSms_andSmsMsgTypeInbox()
526 mInfo.mSmsColType = 2; in setRecipientAddressing_withFilterMsgTypeSms_andSmsMsgTypeDraft()
601 mInfo.mSmsColType = 0; in setSenderAddressing_withFilterMsgTypeSms_andSmsMsgTypeInbox()
622 mInfo.mSmsColType = 0; in setSenderAddressing_withFilterMsgTypeSms_andSmsMsgTypeDraft()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java308 public int mSmsColType = -1; field in BluetoothMapContent.FilterInfo
417 mSmsColType = c.getColumnIndex(Sms.TYPE); in setSmsColumns()
932 int msgType = c.getInt(fi.mSmsColType); in setRecipientAddressing()
972 int msgType = c.getInt(fi.mSmsColType); in setRecipientName()
1014 int msgType = c.getInt(fi.mSmsColType); in setSenderAddressing()