Searched refs:getNextEntry (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DIDropBoxManagerService.aidl36 /** @see DropBoxManager#getNextEntry */
39 /** @see DropBoxManager#getNextEntry */
40 DropBoxManager.Entry getNextEntry(String tag, long millis);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java98 DropBoxManager.Entry e0 = dropbox.getNextEntry("DropBoxTest", before);
99 DropBoxManager.Entry e1 = dropbox.getNextEntry("DropBoxTest", e0.getTimeMillis());
100 DropBoxManager.Entry e2 = dropbox.getNextEntry("DropBoxTest", e1.getTimeMillis());
101 assertTrue(null == dropbox.getNextEntry("DropBoxTest", e2.getTimeMillis()));
130 DropBoxManager.Entry e = dropbox.getNextEntry("DropBoxTest", before);
132 assertNull(dropbox.getNextEntry("DropBoxTest", e.getTimeMillis()));
180 DropBoxManager.Entry e0 = dropbox.getNextEntry("DropBoxTest", before);
181 DropBoxManager.Entry e1 = dropbox.getNextEntry("DropBoxTest", e0.getTimeMillis());
182 DropBoxManager.Entry e2 = dropbox.getNextEntry("DropBoxTest", e1.getTimeMillis());
183 DropBoxManager.Entry e3 = dropbox.getNextEntry("DropBoxTes
[all...]
/frameworks/rs/script_api/
H A DScanner.h62 bool getNextEntry();
H A DScanner.cpp68 bool Scanner::getNextEntry() { function in class:Scanner
128 if (!getNextEntry()) {
/frameworks/base/libs/services/include/android/os/
H A DDropBoxManager.h93 Status getNextEntry(const String16& tag, long msec, Entry* entry);
/frameworks/base/core/java/android/os/
H A DDropBoxManager.java361 public Entry getNextEntry(String tag, long msec) { method in class:DropBoxManager
363 return mService.getNextEntry(tag, msec);
H A DRecoverySystem.java365 while ((entry = zis.getNextEntry()) != null) {
/frameworks/base/libs/services/src/os/
H A DDropBoxManager.cpp232 DropBoxManager::getNextEntry(const String16& tag, long msec, Entry* entry) function in class:android::os::DropBoxManager
239 return service->getNextEntry(tag, msec, entry);
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java213 while (null != (entry = dropbox.getNextEntry(null, startTime))) {
/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java148 public DropBoxManager.Entry getNextEntry(String tag, long millis) {
149 return DropBoxManagerService.this.getNextEntry(tag, millis);
330 public synchronized DropBoxManager.Entry getNextEntry(String tag, long millis) { method in class:DropBoxManagerService
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java894 while ((entry = zis.getNextEntry()) != null) {
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 389 milliseconds