Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapParserTest.java67 InputStream fileStream; in testNoTimestamp() local
89 InputStream fileStream; in testMissedCall() local
110 InputStream fileStream; in testUnknownCall() local
133 InputStream fileStream; in testPullPhoneBook() local
/packages/apps/Contacts/src/com/android/contacts/extensions/
DExtensionsFactory.java51 final InputStream fileStream = context.getAssets().open(EXTENSIONS_PROPERTIES); in init() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperRefresher.java272 InputStream fileStream = null; in getLockWallpaperBitmap() local
DDefaultWallpaperPersister.java808 try (InputStream fileStream = new FileInputStream(parcelFd.getFileDescriptor())) { in getLockWallpaperBitmap()
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt528 val fileStream = contentResolver.openInputStream(testFile) in onCreate() constant
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java546 InputStream fileStream = Files.newInputStream(Paths.get(filePathString)); in readHashFile() local