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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferHistory.java69 private Cursor mTransferCursor; field in class:BluetoothOppTransferHistory
119 mTransferCursor = managedQuery(BluetoothShare.CONTENT_URI, new String[] {
127 if (mTransferCursor != null) {
128 mIdColumnId = mTransferCursor.getColumnIndexOrThrow(BluetoothShare._ID);
131 R.layout.bluetooth_transfer_item, mTransferCursor);
143 if (mTransferCursor != null && !mShowAllIncoming) {
171 mTransferCursor.moveToPosition(mContextMenuPosition);
179 int sessionId = mTransferCursor.getInt(mIdColumnId);
190 if (mTransferCursor != null) {
192 mTransferCursor
[all...]

Completed in 57 milliseconds