Home
last modified time | relevance | path

Searched refs:sSendFileMap (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java73 private static final ConcurrentHashMap<Uri, BluetoothOppSendFileInfo> sSendFileMap = field in BluetoothOppUtility
413 sSendFileMap.put(uri, sendFileInfo); in putSendFileInfo()
420 BluetoothOppSendFileInfo info = sSendFileMap.get(uri); in getSendFileInfo()
428 BluetoothOppSendFileInfo info = sSendFileMap.remove(uri); in closeSendFileInfo()