Home
last modified time | relevance | path

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

/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
DEmbmsSampleDownloadService.java432 Map<String, Set<Uri>> tempFileByService = mTempFilesInUse.get(appKey); in addTempFileInUse() local
433 if (tempFileByService == null) { in addTempFileInUse()
434 tempFileByService = new ConcurrentHashMap<>(); in addTempFileInUse()
435 mTempFilesInUse.put(appKey, tempFileByService); in addTempFileInUse()
437 Set<Uri> tempFilesInUse = tempFileByService.get(serviceId); in addTempFileInUse()
440 tempFileByService.put(serviceId, tempFilesInUse); in addTempFileInUse()