Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppManagerTest.java85 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()
DBluetoothOppPreferenceTest.java67 BluetoothOppUtility.sSendFileMap.clear(); in tearDown()
DBluetoothOppObexClientSessionTest.java152 BluetoothOppUtility.sSendFileMap.clear(); in startThenStop_startsAndStopsClientThread()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java84 static final ConcurrentHashMap<Uri, BluetoothOppSendFileInfo> sSendFileMap = field in BluetoothOppUtility
464 sSendFileMap.put(uri, sendFileInfo); in putSendFileInfo()
469 BluetoothOppSendFileInfo info = sSendFileMap.get(uri); in getSendFileInfo()
475 BluetoothOppSendFileInfo info = sSendFileMap.remove(uri); in closeSendFileInfo()