Searched refs:sSendFileMap (Results 1 – 4 of 4) sorted by relevance
85 BluetoothOppUtility.sSendFileMap.clear(); in tearDown()255 BluetoothOppUtility.sSendFileMap.clear(); in cleanUpSendingFileInfo_fileInfoCleaned()257 assertThat(BluetoothOppUtility.sSendFileMap.size()).isEqualTo(0); in cleanUpSendingFileInfo_fileInfoCleaned()260 assertThat(BluetoothOppUtility.sSendFileMap.size()).isEqualTo(1); in cleanUpSendingFileInfo_fileInfoCleaned()263 assertThat(BluetoothOppUtility.sSendFileMap.size()).isEqualTo(0); in cleanUpSendingFileInfo_fileInfoCleaned()
67 BluetoothOppUtility.sSendFileMap.clear(); in tearDown()
152 BluetoothOppUtility.sSendFileMap.clear(); in startThenStop_startsAndStopsClientThread()
84 static final ConcurrentHashMap<Uri, BluetoothOppSendFileInfo> sSendFileMap = field in BluetoothOppUtility464 sSendFileMap.put(uri, sendFileInfo); in putSendFileInfo()469 BluetoothOppSendFileInfo info = sSendFileMap.get(uri); in getSendFileInfo()475 BluetoothOppSendFileInfo info = sSendFileMap.remove(uri); in closeSendFileInfo()