HomeSort by relevance Sort by last modified time
    Searched defs:sendFileInfo (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java 375 BluetoothOppSendFileInfo sendFileInfo =
377 uri = BluetoothOppUtility.generateUri(uri, sendFileInfo);
378 BluetoothOppUtility.putSendFileInfo(uri, sendFileInfo);
BluetoothOppManager.java 255 BluetoothOppSendFileInfo sendFileInfo =
257 uri = BluetoothOppUtility.generateUri(uri, sendFileInfo);
258 BluetoothOppUtility.putSendFileInfo(uri, sendFileInfo);
271 BluetoothOppSendFileInfo sendFileInfo =
273 uri = BluetoothOppUtility.generateUri(uri, sendFileInfo);
275 BluetoothOppUtility.putSendFileInfo(uri, sendFileInfo);
BluetoothOppService.java 624 BluetoothOppSendFileInfo sendFileInfo = BluetoothOppUtility.getSendFileInfo(
626 if (sendFileInfo == null || sendFileInfo.mInputStream == null) {
    [all...]

Completed in 259 milliseconds