Home
last modified time | relevance | path

Searched refs:sendFileInfo (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java332 static void putSendFileInfo(Uri uri, BluetoothOppSendFileInfo sendFileInfo) { in putSendFileInfo() argument
333 if (D) Log.d(TAG, "putSendFileInfo: uri=" + uri + " sendFileInfo=" + sendFileInfo); in putSendFileInfo()
334 sSendFileMap.put(uri, sendFileInfo); in putSendFileInfo()
DBluetoothOppService.java624 BluetoothOppSendFileInfo sendFileInfo = BluetoothOppUtility.getSendFileInfo( in insertShare() local
626 if (sendFileInfo == null || sendFileInfo.mInputStream == null) { in insertShare()