| /frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/ |
| D | DummyBlobData.java | 154 long offsetBytes, long lengthBytes) throws Exception { in writeToSession() 161 long offsetBytes, long lengthBytes, long allocateBytes) throws Exception { in writeToSession() 167 public void writeToFd(FileDescriptor fd, long offsetBytes, long lengthBytes) throws Exception { in writeToFd() 181 long offsetBytes, int lengthBytes) throws Exception { in readFromSessionAndVerifyBytes() 198 long offsetBytes, int lengthBytes) throws Exception { in read() 209 long offsetBytes, long lengthBytes) throws Exception { in readFromSessionAndVerifyDigest() 227 private byte[] createSha256Digest(FileInputStream in, long offsetBytes, long lengthBytes) in createSha256Digest()
|
| D | Utils.java | 46 public static void copy(InputStream in, OutputStream out, long lengthBytes) in copy() 60 long lengthBytes) throws IOException { in writeToSession() 67 long offsetBytes, long lengthBytes, long allocateBytes) throws IOException { in writeToSession()
|
| /frameworks/base/core/java/android/content/pm/ |
| D | IPackageInstallerSession.aidl | 31 ParcelFileDescriptor openWrite(String name, long offsetBytes, long lengthBytes); in openWrite() 34 void write(String name, long offsetBytes, long lengthBytes, in ParcelFileDescriptor fd); in write() 44 …void addFile(int location, String name, long lengthBytes, in byte[] metadata, in byte[] signature); in addFile()
|
| D | IPackageInstallerSessionFileSystemConnector.aidl | 23 void writeData(String name, long offsetBytes, long lengthBytes, in ParcelFileDescriptor fd); in writeData()
|
| D | InstallationFile.java | 44 long lengthBytes, @Nullable byte[] metadata, @Nullable byte[] signature) { in InstallationFile()
|
| D | PackageInstaller.java | 1019 long lengthBytes) throws IOException { in openWrite() 1038 public void write(@NonNull String name, long offsetBytes, long lengthBytes, in write() 1188 public void addFile(@FileLocation int location, @NonNull String name, long lengthBytes, in addFile()
|
| /frameworks/base/core/java/android/service/dataloader/ |
| D | DataLoaderService.java | 186 public void writeData(@NonNull String name, long offsetBytes, long lengthBytes, in writeData() 215 long lengthBytes, ParcelFileDescriptor incomingFd); in nativeWriteData()
|
| /frameworks/base/apex/blobstore/framework/java/android/app/blob/ |
| D | IBlobStoreSession.aidl | 23 ParcelFileDescriptor openWrite(long offsetBytes, long lengthBytes); in openWrite()
|
| D | BlobStoreManager.java | 659 @BytesLong long lengthBytes) throws IOException { in openWrite()
|
| /frameworks/base/core/jni/ |
| D | android_service_DataLoaderService.cpp | 63 jlong lengthBytes, in nativeWriteData()
|
| /frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
| D | BlobStoreSession.java | 212 @BytesLong long lengthBytes) { in openWrite() 244 @BytesLong long lengthBytes) throws IOException { in openWriteInternal()
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
| D | UiccCarrierPrivilegeRules.java | 128 private String lengthBytes; field in UiccCarrierPrivilegeRules.TLV 600 String lengthBytes = allRules.parseLength(mRules); in isDataComplete() local
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | PackageInstallerSession.java | 930 public ParcelFileDescriptor openWrite(String name, long offsetBytes, long lengthBytes) { in openWrite() 940 public void write(String name, long offsetBytes, long lengthBytes, in write() 967 private ParcelFileDescriptor doWriteInternal(String name, long offsetBytes, long lengthBytes, in doWriteInternal() 1007 targetPfd.getFileDescriptor(), lengthBytes, in doWriteInternal() local 1023 lengthBytes, null, Runnable::run, in doWriteInternal() local 1240 public void writeData(String name, long offsetBytes, long lengthBytes, in writeData() 2692 public void addFile(int location, String name, long lengthBytes, byte[] metadata, in addFile()
|
| /frameworks/base/location/java/com/android/internal/location/ |
| D | GpsNetInitiatedHandler.java | 479 int lengthBytes = input.length; in decodeGSMPackedString() local
|
| /frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
| D | SmsMessage.java | 872 int lengthBytes = 2 + (addressLength + 1) / 2; in getAddress() local
|