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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java695 info.mUri = Uri.parse(stringFromCursor(info.mUri.toString(), cursor,
700 info.mHint = stringFromCursor(info.mHint, cursor, BluetoothShare.FILENAME_HINT);
701 info.mFilename = stringFromCursor(info.mFilename, cursor, BluetoothShare._DATA);
702 info.mMimetype = stringFromCursor(info.mMimetype, cursor, BluetoothShare.MIMETYPE);
704 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION);
810 private String stringFromCursor(String old, Cursor cursor, String column) { method in class:BluetoothOppService

Completed in 38 milliseconds