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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
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);
BluetoothOppUtility.java 322 static Uri generateUri(Uri uri, BluetoothOppSendFileInfo sendFileInfo) {
323 String fileInfo = sendFileInfo.toString();
331 static void putSendFileInfo(Uri uri, BluetoothOppSendFileInfo sendFileInfo) {
332 if (D) Log.d(TAG, "putSendFileInfo: uri=" + uri + " sendFileInfo=" + sendFileInfo);
333 sSendFileMap.put(uri, sendFileInfo);
BluetoothOppTransferActivity.java 375 BluetoothOppSendFileInfo sendFileInfo =
377 uri = BluetoothOppUtility.generateUri(uri, sendFileInfo);
378 BluetoothOppUtility.putSendFileInfo(uri, sendFileInfo);
BluetoothOppService.java 624 BluetoothOppSendFileInfo sendFileInfo = BluetoothOppUtility.getSendFileInfo(
626 if (sendFileInfo == null || sendFileInfo.mInputStream == null) {
    [all...]

Completed in 3253 milliseconds