Searched refs:mContactColPresenceText (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java565 public int mContactColPresenceText = -1; field in class:BluetoothMapContentObserver.ConvoContactInfo
596 mContactColPresenceText = c.getColumnIndex(
1306 String presenceStatus = c.getString(cInfo.mContactColPresenceText);
1898 .getString(cInfo.mContactColPresenceText);
1980 cInfo.mContactColPresenceText);
H A DBluetoothMapContent.java322 public int mContactColPresenceText = -1; field in class:BluetoothMapContent.FilterInfo
411 mContactColPresenceText = c.getColumnIndex(
3098 c.setPresenceStatus(tmpCursor.getString(fi.mContactColPresenceText));

Completed in 170 milliseconds