Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteConfig.java214 @Nullable byte[] byteArrayFile) { in copySatS2FileToPhoneDirectory() argument
216 if (context == null || byteArrayFile == null) { in copySatS2FileToPhoneDirectory()
228 InputStream inputStream = new ByteArrayInputStream(byteArrayFile); in copySatS2FileToPhoneDirectory()