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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java835 Uri.parse(stringFromCursor(info.mUri.toString(), cursor, BluetoothShare.URI));
839 info.mHint = stringFromCursor(info.mHint, cursor, BluetoothShare.FILENAME_HINT);
840 info.mFilename = stringFromCursor(info.mFilename, cursor, BluetoothShare._DATA);
841 info.mMimetype = stringFromCursor(info.mMimetype, cursor, BluetoothShare.MIMETYPE);
843 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION);
958 private String stringFromCursor(String old, Cursor cursor, String column) { method in class:BluetoothOppService

Completed in 12 milliseconds