Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayWindowSettingsProvider.java208 if (fileData != null) { in loadSettings()
210 mSettings.putAll(fileData.mSettings); in loadSettings()
258 FileData fileData = new FileData(); in writeSettings() local
259 fileData.mIdentifierType = mIdentifierType; in writeSettings()
260 fileData.mSettings.putAll(mSettings); in writeSettings()
294 FileData fileData = new FileData(); in readSettings() local
317 readDisplay(parser, fileData); in readSettings()
319 readConfig(parser, fileData); in readSettings()
346 fileData.mSettings.clear(); in readSettings()
348 return fileData; in readSettings()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java131 private void verifyDownload(long requestId, byte[] fileData) in verifyDownload() argument
133 int fileSize = fileData.length; in verifyDownload()
141 verifyFileContents(pfd, fileData); in verifyDownload()
H A DDownloadManagerBaseTest.java487 protected void verifyAndCleanupSingleFileDownload(long requestId, byte[] fileData) in verifyAndCleanupSingleFileDownload() argument
489 int fileSize = fileData.length; in verifyAndCleanupSingleFileDownload()
498 verifyFileContents(pfd, fileData); in verifyAndCleanupSingleFileDownload()