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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java314 public int mContactColBtUid = -1; field in class:BluetoothMapContent.FilterInfo
382 mContactColBtUid = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.X_BT_UID);
3355 c.setBtUid(new SignedLongLong(tmpCursor.getLong(fi.mContactColBtUid), 0));
H A DBluetoothMapContentObserver.java550 public int mContactColBtUid = -1; field in class:BluetoothMapContentObserver.ConvoContactInfo
571 mContactColBtUid = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.X_BT_UID);
1374 String btUid = c.getString(cInfo.mContactColBtUid);
1995 String btUid = c.getString(cInfo.mContactColBtUid);

Completed in 128 milliseconds