Home
last modified time | relevance | path

Searched refs:getSendFileInfo (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppUtilityTest.java425 assertThat(BluetoothOppUtility.getSendFileInfo(CORRECT_FORMAT_BUT_INVALID_FILE_URI)) in fileInfo_testFileInfoFunctions()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java363 BluetoothOppSendFileInfo fileInfo = BluetoothOppUtility.getSendFileInfo(mInfo.mUri); in processShareInfo()
DBluetoothOppUtility.java467 static BluetoothOppSendFileInfo getSendFileInfo(Uri uri) { in getSendFileInfo() method in BluetoothOppUtility
DBluetoothOppTransfer.java488 BluetoothOppUtility.getSendFileInfo(info.mUri); in markBatchFailed()
DBluetoothOppService.java904 BluetoothOppUtility.getSendFileInfo(info.mUri); in insertShare()