/aosp12/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/ |
H A D | FakeBlobData.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()
|
H A D | Utils.java | 47 public static void copy(InputStream in, OutputStream out, long lengthBytes) in copy() 71 long lengthBytes) throws IOException { in writeToSession() 78 long offsetBytes, long lengthBytes, long allocateBytes) throws IOException { in writeToSession()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | IPackageInstallerSession.aidl | 32 ParcelFileDescriptor openWrite(String name, long offsetBytes, long lengthBytes); in openWrite() 35 void write(String name, long offsetBytes, long lengthBytes, in ParcelFileDescriptor fd); in write() 48 …void addFile(int location, String name, long lengthBytes, in byte[] metadata, in byte[] signature); in addFile()
|
H A D | IPackageInstallerSessionFileSystemConnector.aidl | 23 void writeData(String name, long offsetBytes, long lengthBytes, in ParcelFileDescriptor fd); in writeData()
|
H A D | InstallationFile.java | 41 long lengthBytes, @Nullable byte[] metadata, @Nullable byte[] signature) { in InstallationFile()
|
H A D | PackageInstaller.java | 1023 long lengthBytes) throws IOException { in openWrite() 1042 public void write(@NonNull String name, long offsetBytes, long lengthBytes, in write() 1215 public void addFile(@FileLocation int location, @NonNull String name, long lengthBytes, in addFile()
|
/aosp12/frameworks/base/core/java/android/service/dataloader/ |
H A D | DataLoaderService.java | 218 public void writeData(@NonNull String name, long offsetBytes, long lengthBytes, in writeData() 247 long lengthBytes, ParcelFileDescriptor incomingFd); in nativeWriteData()
|
/aosp12/frameworks/base/apex/blobstore/framework/java/android/app/blob/ |
H A D | IBlobStoreSession.aidl | 23 ParcelFileDescriptor openWrite(long offsetBytes, long lengthBytes); in openWrite()
|
H A D | BlobStoreManager.java | 659 @BytesLong long lengthBytes) throws IOException { in openWrite()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_service_DataLoaderService.cpp | 63 jlong lengthBytes, in nativeWriteData()
|
/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
H A D | BlobStoreSession.java | 212 @BytesLong long lengthBytes) { in openWrite() 244 @BytesLong long lengthBytes) throws IOException { in openWriteInternal()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | UiccCarrierPrivilegeRules.java | 130 private String lengthBytes; field in UiccCarrierPrivilegeRules.TLV 612 String lengthBytes = allRules.parseLength(mRules); in isDataComplete() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageInstallerSession.java | 1456 public ParcelFileDescriptor openWrite(String name, long offsetBytes, long lengthBytes) { in openWrite() 1466 public void write(String name, long offsetBytes, long lengthBytes, in write() 1518 private ParcelFileDescriptor doWriteInternal(String name, long offsetBytes, long lengthBytes, in doWriteInternal() 1558 targetPfd.getFileDescriptor(), lengthBytes, in doWriteInternal() local 1574 lengthBytes, null, Runnable::run, in doWriteInternal() local 1809 public void writeData(String name, long offsetBytes, long lengthBytes, in writeData() 3763 public void addFile(int location, String name, long lengthBytes, byte[] metadata, in addFile()
|
/aosp12/frameworks/base/location/java/com/android/internal/location/ |
H A D | GpsNetInitiatedHandler.java | 491 int lengthBytes = input.length; in decodeGSMPackedString() local
|
/aosp12/system/incremental_delivery/libdataloader/ |
H A D | DataLoaderConnector.cpp | 491 void writeData(jstring name, jlong offsetBytes, jlong lengthBytes, jobject incomingFd) const { in writeData() 715 jlong offsetBytes, jlong lengthBytes, in DataLoader_FilesystemConnector_writeData()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
H A D | SmsMessage.java | 843 int lengthBytes = 2 + (addressLength + 1) / 2; in getAddress() local
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |