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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 311 static void putSendFileInfo(Uri uri, BluetoothOppSendFileInfo sendFileInfo) {
312 if (D) Log.d(TAG, "putSendFileInfo: uri=" + uri + " sendFileInfo=" + sendFileInfo);
313 sSendFileMap.put(uri, sendFileInfo);
BluetoothOppService.java 624 BluetoothOppSendFileInfo sendFileInfo = BluetoothOppUtility.getSendFileInfo(
626 if (sendFileInfo == null || sendFileInfo.mInputStream == null) {
    [all...]

Completed in 43 milliseconds