Home
last modified time | relevance | path

Searched defs:readFully (Results 1 – 4 of 4) sorted by relevance

/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DPatchUtils.java49 static void readFully(final InputStream in, final byte[] destination, final int startAt, in readFully() method in PatchUtils
61 static void readFully(final InputStream in, final byte[] destination) throws IOException { in readFully() method in PatchUtils
/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/bluetooth/
DBluetoothHelpers.kt33 private fun readFully(socket: BluetoothSocket, n: Int): ByteArray { in readFully() method
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSessionTest.java237 public void readFully() throws IOException { in readFully() method in BluetoothOppObexClientSessionTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java108 static int readFully(InputStream is, byte[] buffer, int size) throws IOException { in readFully() method in BluetoothOppObexClientSession