Home
last modified time | relevance | path

Searched refs:next (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
DMain.java85 private Runnable next; field in Main.TextCapture
87 TextCapture(Locale thisLocale, Locale nextLocale, Runnable next) { in TextCapture() argument
90 this.next = next; in TextCapture()
101 if (next != null) { in run()
102 mText.postDelayed(next, 200); in run()
/bootable/recovery/otautil/
Dsysutil.cpp155 auto next = static_cast<unsigned char*>(reserve); in MapBlockFile() local
159 void* range_start = mmap(next, range_size, PROT_READ, MAP_PRIVATE | MAP_FIXED, fd, in MapBlockFile()
168 next += range_size; in MapBlockFile()
/bootable/recovery/tools/image_generator/
DImageGenerator.java413 for (int end = lineBoundary.next(); end != BreakIterator.DONE; in wrapText()
414 start = end, end = lineBoundary.next()) { in wrapText()
/bootable/recovery/updater_sample/
DREADME.md47 updated partition on next reboot; otherwise button "Switch Slot" will
102 to switch A/B slot on next reboot.