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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java296 public int mSmsColType = -1; field in class:BluetoothMapContent.FilterInfo
424 mSmsColType = c.getColumnIndex(Sms.TYPE);
939 int msgType = c.getInt(fi.mSmsColType);
975 int msgType = c.getInt(fi.mSmsColType);
1010 int msgType = c.getInt(fi.mSmsColType);

Completed in 811 milliseconds