/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/ |
H A D | DropBoxTest.java | 311 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 D | ArchiveEntryInputStream.java | 68 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 D | ArchiveHandle.java | 259 while ((entry = archiveInputStream.getNextEntry()) != null) { in getEntries()
|
/aosp12/system/timezone/distro/core/src/main/com/android/timezone/distro/ |
H A D | TimeZoneDistro.java | 97 while ((entry = zipInputStream.getNextEntry()) != null) { in getEntryContents() 139 while ((entry = zipInputStream.getNextEntry()) != null) { in extractZipSafely()
|
/aosp12/frameworks/rs/script_api/ |
H A D | Scanner.cpp | 68 bool Scanner::getNextEntry() { in getNextEntry() function in Scanner 128 if (!getNextEntry()) { in findOptionalTag()
|
H A D | Scanner.h | 62 bool getNextEntry();
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | IDropBoxManagerService.aidl | 39 DropBoxManager.Entry getNextEntry(String tag, long millis, String packageName); in getNextEntry() method
|
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
H A D | TestHelpers.java | 122 while (null != (entry = dropbox.getNextEntry(label, timestamp))) { in checkCrash()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | DropBoxManagerService.java | 175 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 D | DropBoxManager.java | 389 public @Nullable Entry getNextEntry(String tag, long msec) { in getNextEntry() method in DropBoxManager
|
H A D | RecoverySystem.java | 443 while ((entry = zis.getNextEntry()) != null) { in verifyPackageCompatibility()
|
/aosp12/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/ |
H A D | AppCompatibility.java | 214 while (null != (entry = dropbox.getNextEntry(null, startTime))) { in checkDropbox()
|
/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/ |
H A D | BugReportInfoActivity.java | 295 while ((entry = zipInStream.getNextEntry()) != null) { in mergeFilesAndCopyToUsb()
|
/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
H A D | InstallationAsyncTask.java | 401 while ((zipEntry = zis.getNextEntry()) != null) { in installStreamingZipUpdate()
|
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
H A D | FileCopyUiTest.java | 302 while ((archiveEntry = in.getNextEntry()) != null && (count++ < TARGET_COUNT)) { in loadImageFromResources()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
H A D | ActivityManagerTest.java | 281 final DropBoxManager.Entry e = dbox.getNextEntry(tag_wtf, intent.getLongExtra( in testFgsProcStatsTracker()
|
/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
H A D | BugreportReceiverTest.java | 801 while ((entry = zis.getNextEntry()) != null) { in assertZipContent()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 10679 Ljava/util/zip/ZipFile;->getNextEntry(JI)J
|
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 7839 HSPLjava/util/zip/ZipInputStream;->getNextEntry()Ljava/util/zip/ZipEntry;+]Ljava/util/zip/CRC32;Lja…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 21684 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 D | current.txt | 31102 …permission.PACKAGE_USAGE_STATS}) public android.os.DropBoxManager.Entry getNextEntry(String, long);
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 30445 HSPLjava/util/zip/ZipInputStream;->getNextEntry()Ljava/util/zip/ZipEntry;+]Ljava/util/zip/CRC32;Lja…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 78104 Lcom/android/internal/os/IDropBoxManagerService$Stub$Proxy;->getNextEntry(Ljava/lang/String;J)Landr…
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 1575 HPLcom/android/server/DropBoxManagerService;->getNextEntry(Ljava/lang/String;JLjava/lang/String;Lja…
|