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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppUtility.java322 static Uri generateUri(Uri uri, BluetoothOppSendFileInfo sendFileInfo) { argument
323 String fileInfo = sendFileInfo.toString();
331 static void putSendFileInfo(Uri uri, BluetoothOppSendFileInfo sendFileInfo) { argument
332 if (D) Log.d(TAG, "putSendFileInfo: uri=" + uri + " sendFileInfo=" + sendFileInfo);
333 sSendFileMap.put(uri, sendFileInfo);

Completed in 46 milliseconds