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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppUtility.java336 static void putSendFileInfo(Uri uri, BluetoothOppSendFileInfo sendFileInfo) { argument
337 if (D) Log.d(TAG, "putSendFileInfo: uri=" + uri + " sendFileInfo=" + sendFileInfo);
338 if (sendFileInfo == BluetoothOppSendFileInfo.SEND_FILE_INFO_ERROR) {
339 Log.e(TAG, "putSendFileInfo: bad sendFileInfo, URI: " + uri);
341 sSendFileMap.put(uri, sendFileInfo);
H A DBluetoothOppLauncherActivity.java113 sendFileInfo(type, stream.toString(), false /* isHandover */,
126 sendFileInfo(type, fileUri.toString(), false /* isHandover */,
382 private void sendFileInfo( method in class:BluetoothOppLauncherActivity
H A DBluetoothOppService.java664 BluetoothOppSendFileInfo sendFileInfo = BluetoothOppUtility.getSendFileInfo(
666 if (sendFileInfo == null || sendFileInfo.mInputStream == null) {

Completed in 58 milliseconds