Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppSendFileInfoTest.java146 FileInputStream fs = mock(FileInputStream.class); in generateFileInfo_withUncorrectableMismatch_returnsSendFileInfoError() local
179 FileInputStream fs = mock(FileInputStream.class); in generateFileInfo_withCorrectableMismatch_returnInfoWithCorrectLength() local
/packages/providers/MediaProvider/src/com/android/providers/media/playlist/
DM3uPlaylistPersister.java37 final FileSystem fs = FileSystems.getDefault(); in read() local
DXspfPlaylistPersister.java47 final FileSystem fs = FileSystems.getDefault(); in read() local
DWplPlaylistPersister.java49 final FileSystem fs = FileSystems.getDefault(); in read() local
DPlsPlaylistPersister.java40 final FileSystem fs = FileSystems.getDefault(); in read() local
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
D_audio.py48 def __init__(self, transport, amplitude, fs): argument
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DUriBitmap.java69 try (FileOutputStream fs = new FileOutputStream(tempFile)) { in bitmapToUri()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DMetricsTestUtil.java37 static ConnectivityMetricsEvent describeIpEvent(Consumer<Parcel>... fs) { in describeIpEvent()
/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler_test.py66 def snr(x, fs=FS): argument
/packages/services/Telephony/src/com/android/phone/
DImsStateCallbackController.java543 void notifyExternalRcsState(ExternalRcsFeatureState fs) { in notifyExternalRcsState()
915 private void onExternalRcsStateChanged(ExternalRcsFeatureState fs) { in onExternalRcsStateChanged()
961 ExternalRcsFeatureState fs = new ExternalRcsFeatureState(slotId, state, reason); in notifyExternalRcsStateChanged() local
/packages/modules/Virtualization/tests/benchmark/src/native/
Dbenchmarkbinary.cpp159 std::ifstream fs("/proc/meminfo"); in read_meminfo_entry() local
/packages/modules/Virtualization/apex/
Dsign_virt_apex.py74 def AwaitAll(fs): argument