Home
last modified time | relevance | path

Searched defs:bis (Results 1 – 12 of 12) sorted by relevance

/packages/modules/OnDevicePersonalization/framework/java/com/android/ondevicepersonalization/internal/util/
DByteArrayUtil.java44 try (ByteArrayInputStream bis = new ByteArrayInputStream(bytes); in deserializeObject()
/packages/modules/CrashRecovery/service/java/com/android/util/
DFileUtils.java51 BufferedInputStream bis = new BufferedInputStream(input); in readTextFile() local
/packages/modules/GeoTZ/tzs2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/
DSuffixTableSharedData.java91 try (ByteArrayInputStream bis = new ByteArrayInputStream(bytes); in fromBytes()
/packages/services/Car/service/src/com/android/car/telemetry/util/
DMetricsReportProtoUtils.java69 try (ByteArrayInputStream bis = new ByteArrayInputStream(bytes)) { in getBundle()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DDumpDatabaseAction.java56 BufferedInputStream bis = null; in executeAction() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProvisioningTestUtil.java132 ByteArrayInputStream bis = new ByteArrayInputStream( in getOsuCertsForTest() local
/packages/services/Telephony/utils/satellite/s2storage/src/readonly/java/com/android/telephony/sats2range/read/
DSuffixTableSharedData.java181 try (ByteArrayInputStream bis = new ByteArrayInputStream(bytes); in fromBytes()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoSource.java165 BufferedInputStream bis = new BufferedInputStream(is); in load() local
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt547 val bis = ByteArrayInputStream(fileContents.toByteArray(StandardCharsets.UTF_8)) in testTapDoneNotification() constant
/packages/modules/Bluetooth/offload/leaudio/hci/
Dproxy.rs346 let bis = Stream::new_bis(big, e); in in_evt() localVariable
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsCollectionTest.java224 final InputStream bis = getUidInputStreamFromRes(R.raw.netstats_uid_v4); in testFastDataInputRead() local
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h720 auto bis = std::unique_ptr<iso_bis>(new iso_bis()); in process_create_big_cmpl_pkt() local