Searched refs:stringFromCursor (Results 1 – 1 of 1) sorted by relevance
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
| D | BluetoothOppService.java | 893 String uriString = stringFromCursor(info.mUri.toString(), cursor, BluetoothShare.URI); in updateShare() 900 info.mHint = stringFromCursor(info.mHint, cursor, BluetoothShare.FILENAME_HINT); in updateShare() 901 info.mFilename = stringFromCursor(info.mFilename, cursor, BluetoothShare._DATA); in updateShare() 902 info.mMimetype = stringFromCursor(info.mMimetype, cursor, BluetoothShare.MIMETYPE); in updateShare() 904 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION); in updateShare() 1019 private String stringFromCursor(String old, Cursor cursor, String column) { in stringFromCursor() method in BluetoothOppService
|