Home
last modified time | relevance | path

Searched refs:bis (Results 1 – 25 of 28) sorted by relevance

12

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DDumpDatabaseAction.java56 BufferedInputStream bis = null; in executeAction() local
68 bis = new BufferedInputStream(new FileInputStream(inFile)); in executeAction()
72 while ((bytesRead = bis.read(buffer)) > 0) { in executeAction()
88 if (bis != null) { in executeAction()
90 bis.close(); in executeAction()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoSource.java165 BufferedInputStream bis = new BufferedInputStream(is); in load() local
166 bis.mark(BUFFER_SIZE); in load()
170 image = BitmapFactory.decodeStream(new BufferedInputStream(bis), null, options); in load()
190 bis.reset(); in load()
193 bis.close(); in load()
195 bis = new BufferedInputStream(is); in load()
199 image = BitmapFactory.decodeStream(bis, null, options); in load()
/packages/services/Telephony/utils/satellite/s2storage/src/readonly/java/com/android/telephony/sats2range/read/
DSuffixTableSharedData.java77 try (ByteArrayInputStream bis = new ByteArrayInputStream(bytes); in fromBytes() argument
78 TypedInputStream tis = new TypedInputStream(bis)) { in fromBytes()
/packages/modules/GeoTZ/tzs2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/
DSuffixTableSharedData.java91 try (ByteArrayInputStream bis = new ByteArrayInputStream(bytes); in fromBytes() argument
92 TypedInputStream tis = new TypedInputStream(bis)) { in fromBytes()
/packages/services/Car/service/src/com/android/car/telemetry/util/
DMetricsReportProtoUtils.java69 try (ByteArrayInputStream bis = new ByteArrayInputStream(bytes)) { in getBundle() argument
70 return PersistableBundle.readFromStream(bis); in getBundle()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProvisioningTestUtil.java132 ByteArrayInputStream bis = new ByteArrayInputStream( in getOsuCertsForTest() local
134 Certificate cert = certFactory.generateCertificate(bis); in getOsuCertsForTest()
/packages/modules/Bluetooth/system/tools/scripts/
Ddump_le_audio.py191 self.bis = defaultdict(BisStream) # bis_index - codec_config
196 for bis_index, iso_stream in self.bis.items():
409 broadcast_map[adv_handle].bis[bis_index].sampling_frequencies = sampling_frequencies
410 broadcast_map[adv_handle].bis[bis_index].frame_duration = frame_duration
411 broadcast_map[adv_handle].bis[bis_index].octets_per_frame = octets_per_frame
412 broadcast_map[adv_handle].bis[bis_index].channel_allocation = channel_allocation
552 bis_stream_map[bis_handle] = broadcast_map[adv_handle].bis[bis_index]
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h715 auto bis = std::unique_ptr<iso_bis>(new iso_bis()); in process_create_big_cmpl_pkt() local
716 bis->big_handle = evt.big_id; in process_create_big_cmpl_pkt()
717 bis->sdu_itv = last_big_create_req_sdu_itv_; in process_create_big_cmpl_pkt()
718 bis->sync_info = {.seq_nb = 0}; in process_create_big_cmpl_pkt()
719 bis->used_credits = 0; in process_create_big_cmpl_pkt()
720 bis->state_flags = kStateFlagIsBroadcast; in process_create_big_cmpl_pkt()
721 conn_hdl_to_bis_map_[conn_handle] = std::move(bis); in process_create_big_cmpl_pkt()
/packages/apps/Messaging/src/com/android/messaging/util/
DDebugUtils.java353 final BufferedInputStream bis = new BufferedInputStream(fis);
356 data = ByteStreams.toByteArray(bis);
361 bis.close();
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsCollectionTest.java224 final InputStream bis = getUidInputStreamFromRes(R.raw.netstats_uid_v4); in testFastDataInputRead() local
225 legacyCollection.read(bis); in testFastDataInputRead()
226 bis.reset(); in testFastDataInputRead()
227 fastReadCollection.read(bis); in testFastDataInputRead()
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt473 val bis = ByteArrayInputStream(fileContents.toByteArray(StandardCharsets.UTF_8)) in testTapDoneNotification() constant
474 doReturn(bis).`when`(connection).inputStream in testTapDoneNotification()
/packages/apps/Car/DebuggingRestrictionController/libs/
Dgoogle-http-client-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl4483 _count_(bis) : 8,
4484 bis : 8[],
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl4699 _count_(bis) : 8,
4700 bis : 8[],
/packages/inputmethods/LatinIME/dictionaries/
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dpt_PT_wordlist.combined.gz
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Des_wordlist.combined.gz1dictionary=main:es,locale=es,description=Español,date=1414726268, ...
Dfr_wordlist.combined.gz
Dpl_wordlist.combined.gz
Dnl_wordlist.combined.gz
Dde_wordlist.combined.gz ... ,flags=,originalFreq=188 28 word=bis,f=187,flags=,originalFreq= ...

12