Home
last modified time | relevance | path

Searched refs:closeSendFileInfo (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppManager.java539 BluetoothOppUtility.closeSendFileInfo(uri); in cleanUpSendingFileInfo()
542 BluetoothOppUtility.closeSendFileInfo(uri); in cleanUpSendingFileInfo()
DBluetoothOppObexClientSession.java645 BluetoothOppUtility.closeSendFileInfo(mInfo.mUri); in sendFile()
DBluetoothOppUtility.java473 static void closeSendFileInfo(Uri uri) { in closeSendFileInfo() method in BluetoothOppUtility
DBluetoothOppTransfer.java489 BluetoothOppUtility.closeSendFileInfo(info.mUri); in markBatchFailed()
DBluetoothOppService.java914 BluetoothOppUtility.closeSendFileInfo(info.mUri); in insertShare()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppUtilityTest.java437 BluetoothOppUtility.closeSendFileInfo(CORRECT_FORMAT_BUT_INVALID_FILE_URI); in fileInfo_testFileInfoFunctions()