Searched refs:createWithSha256 (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/blob/ |
D | BlobStoreManagerServiceTest.java | 141 final BlobHandle blobHandle1 = BlobHandle.createWithSha256("digest1".getBytes(), in testHandlePackageRemoved() 150 final BlobHandle blobHandle2 = BlobHandle.createWithSha256("digest2".getBytes(), in testHandlePackageRemoved() 159 final BlobHandle blobHandle3 = BlobHandle.createWithSha256("digest3".getBytes(), in testHandlePackageRemoved() 239 final BlobHandle blobHandle1 = BlobHandle.createWithSha256("digest1".getBytes(), in testHandleIdleMaintenance_deleteStaleSessions() 249 final BlobHandle blobHandle2 = BlobHandle.createWithSha256("digest2".getBytes(), in testHandleIdleMaintenance_deleteStaleSessions() 259 final BlobHandle blobHandle3 = BlobHandle.createWithSha256("digest3".getBytes(), in testHandleIdleMaintenance_deleteStaleSessions() 288 final BlobHandle blobHandle1 = BlobHandle.createWithSha256("digest1".getBytes(), in testHandleIdleMaintenance_deleteStaleBlobs() 296 final BlobHandle blobHandle2 = BlobHandle.createWithSha256("digest2".getBytes(), in testHandleIdleMaintenance_deleteStaleBlobs() 304 final BlobHandle blobHandle3 = BlobHandle.createWithSha256("digest3".getBytes(), in testHandleIdleMaintenance_deleteStaleBlobs()
|
/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/ |
D | FakeBlobData.java | 134 return BlobHandle.createWithSha256(mFileDigest, mLabel, in getBlobHandle()
|
/frameworks/base/apex/blobstore/framework/java/android/app/blob/ |
D | BlobHandle.java | 144 public static @NonNull BlobHandle createWithSha256(@NonNull byte[] digest, in createWithSha256() method in BlobHandle
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 8924 …method @NonNull public static android.app.blob.BlobHandle createWithSha256(@NonNull byte[], @NonNu…
|