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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java311 public int mConvoColName = -1; field in class:BluetoothMapContent.FilterInfo
385 mConvoColName = c.getColumnIndex(
2824 String name = imEmailCursor.getString(fi.mConvoColName);
2948 String name = cursor.getString(fi.mConvoColName);
3059 ele.setName(tmpCursor.getString(fi.mConvoColName));
H A DBluetoothMapContentObserver.java553 public int mConvoColName = -1; field in class:BluetoothMapContentObserver.ConvoContactInfo
574 // mConvoColName = c.getColumnIndex(

Completed in 90 milliseconds