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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppUtility.java332 static void putSendFileInfo(Uri uri, BluetoothOppSendFileInfo sendFileInfo) { argument
333 if (D) Log.d(TAG, "putSendFileInfo: uri=" + uri + " sendFileInfo=" + sendFileInfo);
334 if (sendFileInfo == BluetoothOppSendFileInfo.SEND_FILE_INFO_ERROR) {
335 Log.e(TAG, "putSendFileInfo: bad sendFileInfo, URI: " + uri);
337 sSendFileMap.put(uri, sendFileInfo);

Completed in 172 milliseconds