Home
last modified time | relevance | path

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

/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
DEmbmsSampleDownloadService.java431 private void addTempFileInUse(FrontendAppIdentifier appKey, String serviceId, Uri tempFileUri) { in addTempFileInUse() argument
442 tempFilesInUse.add(tempFileUri); in addTempFileInUse()
446 Uri tempFileUri) { in removeTempFileInUse() argument
449 if (tempFilesInUse.contains(tempFileUri)) { in removeTempFileInUse()
450 tempFilesInUse.remove(tempFileUri); in removeTempFileInUse()
452 Log.w(LOG_TAG, "Trying to remove unknown temp file in use " + tempFileUri + " for app" + in removeTempFileInUse()