Home
last modified time | relevance | path

Searched refs:getNextEntry (Results 1 – 25 of 25) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java311 DropBoxManager.Entry e0 = dropbox.getNextEntry(null, before); in testAddEntriesInTheFuture()
334 e0 = dropbox.getNextEntry(null, before); in testAddEntriesInTheFuture()
335 e1 = dropbox.getNextEntry(null, e0.getTimeMillis()); in testAddEntriesInTheFuture()
336 e2 = dropbox.getNextEntry(null, e1.getTimeMillis()); in testAddEntriesInTheFuture()
337 e3 = dropbox.getNextEntry(null, e2.getTimeMillis()); in testAddEntriesInTheFuture()
408 DropBoxManager.Entry x0 = dropbox.getNextEntry(null, before); in testGetNextEntry()
472 DropBoxManager.Entry e0 = dropbox.getNextEntry(null, before); in testSizeLimits()
573 e0 = dropbox.getNextEntry(null, before); in testAgeLimits()
593 DropBoxManager.Entry e0 = dropbox.getNextEntry(null, 0); in testFileCountLimits()
616 DropBoxManager.Entry f0 = dropbox.getNextEntry(null, 0); in testFileCountLimits()
[all …]
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
H A DArchiveEntryInputStream.java68 ArchiveEntry getNextEntry() throws IOException; in getNextEntry() method
81 while ((entry = nextEntryIterator.getNextEntry()) != null) { in moveToArchiveEntry()
138 () -> ((SevenZFile) commonArchive).getNextEntry()); in create()
150 () -> ((ArchiveInputStream) commonArchive).getNextEntry()); in create()
H A DArchiveHandle.java259 while ((entry = archiveInputStream.getNextEntry()) != null) { in getEntries()
/aosp12/system/timezone/distro/core/src/main/com/android/timezone/distro/
H A DTimeZoneDistro.java97 while ((entry = zipInputStream.getNextEntry()) != null) { in getEntryContents()
139 while ((entry = zipInputStream.getNextEntry()) != null) { in extractZipSafely()
/aosp12/frameworks/rs/script_api/
H A DScanner.cpp68 bool Scanner::getNextEntry() { in getNextEntry() function in Scanner
128 if (!getNextEntry()) { in findOptionalTag()
H A DScanner.h62 bool getNextEntry();
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DIDropBoxManagerService.aidl39 DropBoxManager.Entry getNextEntry(String tag, long millis, String packageName); in getNextEntry() method
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DTestHelpers.java122 while (null != (entry = dropbox.getNextEntry(label, timestamp))) { in checkCrash()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java175 public DropBoxManager.Entry getNextEntry(String tag, long millis, String callingPackage) {
182 return DropBoxManagerService.this.getNextEntry(tag, millis, callingPackage,
549 public synchronized DropBoxManager.Entry getNextEntry(String tag, long millis, in getNextEntry() method in DropBoxManagerService
/aosp12/frameworks/base/core/java/android/os/
H A DDropBoxManager.java389 public @Nullable Entry getNextEntry(String tag, long msec) { in getNextEntry() method in DropBoxManager
H A DRecoverySystem.java443 while ((entry = zis.getNextEntry()) != null) { in verifyPackageCompatibility()
/aosp12/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java214 while (null != (entry = dropbox.getNextEntry(null, startTime))) { in checkDropbox()
/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
H A DBugReportInfoActivity.java295 while ((entry = zipInStream.getNextEntry()) != null) { in mergeFilesAndCopyToUsb()
/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DInstallationAsyncTask.java401 while ((zipEntry = zis.getNextEntry()) != null) { in installStreamingZipUpdate()
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DFileCopyUiTest.java302 while ((archiveEntry = in.getNextEntry()) != null && (count++ < TARGET_COUNT)) { in loadImageFromResources()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityManagerTest.java281 final DropBoxManager.Entry e = dbox.getNextEntry(tag_wtf, intent.getLongExtra( in testFgsProcStatsTracker()
/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java801 while ((entry = zis.getNextEntry()) != null) { in assertZipContent()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt10679 Ljava/util/zip/ZipFile;->getNextEntry(JI)J
/aosp12/art/build/boot/
H A Dboot-image-profile.txt7839 HSPLjava/util/zip/ZipInputStream;->getNextEntry()Ljava/util/zip/ZipEntry;+]Ljava/util/zip/CRC32;Lja…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt21684 method public android.os.DropBoxManager.Entry getNextEntry(java.lang.String, long);
51149 method public java.util.zip.ZipEntry getNextEntry() throws java.io.IOException;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt31102 …permission.PACKAGE_USAGE_STATS}) public android.os.DropBoxManager.Entry getNextEntry(String, long);
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt30445 HSPLjava/util/zip/ZipInputStream;->getNextEntry()Ljava/util/zip/ZipEntry;+]Ljava/util/zip/CRC32;Lja…
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt78104 Lcom/android/internal/os/IDropBoxManagerService$Stub$Proxy;->getNextEntry(Ljava/lang/String;J)Landr…
/aosp12/frameworks/base/services/
H A Dart-profile1575 HPLcom/android/server/DropBoxManagerService;->getNextEntry(Ljava/lang/String;JLjava/lang/String;Lja…