Home
last modified time | relevance | path

Searched defs:fileStream (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbapclient/
H A DPbapParserTest.java74 InputStream fileStream; in testNoTimestamp() local
96 InputStream fileStream; in testMissedCall() local
117 InputStream fileStream; in testUnknownCall() local
140 InputStream fileStream; in testPullPhoneBook() local
/aosp12/system/nfc/src/adaptation/
H A Dlibmain.cc89 int fileStream = open(filename.c_str(), O_RDONLY); in nfa_nv_co_read() local
140 int fileStream = in nfa_nv_co_write() local
H A DCrcChecksum.cc97 int fileStream = open(filename, O_RDONLY); in crcChecksumVerifyIntegrity() local
H A Ddebug_nfcsnoop.cc217 int fileStream; in storeNfcSnoopLogs() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/extensions/
H A DExtensionsFactory.java51 final InputStream fileStream = context.getAssets().open(EXTENSIONS_PROPERTIES); in init() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dump/
H A DLogEulogizerTest.kt61 private val fileStream = ByteArrayOutputStream() regex
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DDefaultWallpaperRefresher.java250 InputStream fileStream = null; in getLockWallpaperBitmap() local
H A DDefaultWallpaperPersister.java857 InputStream fileStream = null; in saveLockWallpaperHashCode() local
/aosp12/system/tools/hidl/hashing/
H A DHash.cpp55 std::stringstream fileStream; in sha256File() local
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DLayoutLibTestCallback.java159 try (FileInputStream fileStream = new FileInputStream(fileName)) { in createXmlParserForFile()
/aosp12/frameworks/base/services/core/java/com/android/server/storage/
H A DCacheQuotaStrategy.java279 FileOutputStream fileStream = null; in writeXmlToFile() local
/aosp12/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
H A DDownloadServiceTest.kt423 val fileStream = contentResolver.openInputStream(testFile) regex
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java572 InputStream fileStream = Files.newInputStream(Paths.get(filePathString)); in readHashFile() local