Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/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/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppManager.java271 BluetoothOppSendFileInfo sendFileInfo = in saveSendingFileInfo() local
289 BluetoothOppSendFileInfo sendFileInfo = in saveSendingFileInfo() local
DBluetoothOppUtility.java397 static Uri generateUri(Uri uri, BluetoothOppSendFileInfo sendFileInfo) { in generateUri()
406 static void putSendFileInfo(Uri uri, BluetoothOppSendFileInfo sendFileInfo) { in putSendFileInfo()
DBluetoothOppLauncherActivity.java407 private void sendFileInfo(String mimeType, String uriString, boolean isHandover, in sendFileInfo() method in BluetoothOppLauncherActivity
DBluetoothOppService.java777 BluetoothOppSendFileInfo sendFileInfo = in insertShare() local