Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/robotests/src/com/android/bluetooth/opp/
DOppSendFileInfoTest.java66 BluetoothOppSendFileInfo sendFileInfo = BluetoothOppSendFileInfo.generateFileInfo( in testFileOpen() local
83 BluetoothOppSendFileInfo sendFileInfo = BluetoothOppSendFileInfo.generateFileInfo( in testInvalidUriScheme() local
100 BluetoothOppSendFileInfo sendFileInfo = BluetoothOppSendFileInfo.generateFileInfo( in testBigFileOpen() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSessionTest.java108 BluetoothOppSendFileInfo sendFileInfo = new BluetoothOppSendFileInfo( in startThenStop_startsAndStopsClientThread() local
162 BluetoothOppSendFileInfo sendFileInfo = new BluetoothOppSendFileInfo( in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppManager.java288 BluetoothOppSendFileInfo sendFileInfo = in saveSendingFileInfo() local
306 BluetoothOppSendFileInfo sendFileInfo = in saveSendingFileInfo() local
DBluetoothOppUtility.java441 static Uri generateUri(Uri uri, BluetoothOppSendFileInfo sendFileInfo) { in generateUri()
450 static void putSendFileInfo(Uri uri, BluetoothOppSendFileInfo sendFileInfo) { in putSendFileInfo()
DBluetoothOppLauncherActivity.java417 void sendFileInfo(String mimeType, String uriString, boolean isHandover, in sendFileInfo() method in BluetoothOppLauncherActivity
DBluetoothOppService.java820 BluetoothOppSendFileInfo sendFileInfo = in insertShare() local