Searched refs:sSendFileMap (Results 1 – 4 of 4) sorted by relevance
86 BluetoothOppUtility.sSendFileMap.clear(); in tearDown()242 BluetoothOppUtility.sSendFileMap.clear(); in cleanUpSendingFileInfo_fileInfoCleaned()244 assertThat(BluetoothOppUtility.sSendFileMap.size()).isEqualTo(0); in cleanUpSendingFileInfo_fileInfoCleaned()247 assertThat(BluetoothOppUtility.sSendFileMap.size()).isEqualTo(1); in cleanUpSendingFileInfo_fileInfoCleaned()250 assertThat(BluetoothOppUtility.sSendFileMap.size()).isEqualTo(0); in cleanUpSendingFileInfo_fileInfoCleaned()
66 BluetoothOppUtility.sSendFileMap.clear(); in tearDown()
137 BluetoothOppUtility.sSendFileMap.clear(); in startThenStop_startsAndStopsClientThread()
82 static final ConcurrentHashMap<Uri, BluetoothOppSendFileInfo> sSendFileMap = field in BluetoothOppUtility457 sSendFileMap.put(uri, sendFileInfo); in putSendFileInfo()464 BluetoothOppSendFileInfo info = sSendFileMap.get(uri); in getSendFileInfo()472 BluetoothOppSendFileInfo info = sSendFileMap.remove(uri); in closeSendFileInfo()